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.

DrawingItem

The DrawingItem class is an abstract class that describes a basic UI element on the view.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CameraEnhancer.Maui

abstract class DrawingItem 

Properties

Property Type Description
DrawingStyleId int The style id of the drawing item.

DrawingStyleId

The style id of the drawing item. View all available IDs via EnumDrawingStyleId.

int DrawingStyleId { get; set; }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: