Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Enumeration EnumDrawingStyleId

EnumDrawingStyleId describes the drawing style IDs.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CameraEnhancer.Maui

public class EnumDrawingStyleId
{
    DSI_BLUE_STROKE = 1,
    DSI_GREEN_STROKE = 2,
    DSI_ORANGE_STROKE = 3,
    DSI_YELLOW_STROKE = 4,
    DSI_BLUE_STROKE_FILL = 5,
    DSI_GREEN_STROKE_FILL = 6,
    DSI_ORANGE_STROKE_FILL = 7,
    DSI_YELLOW_STROKE_FILL = 8
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: