QuadDrawingItem
The QuadDrawingItem class describes a quad that can be drawn on the view.
Definition
Namespace: Dynamsoft.CameraEnhancer.Maui
Assembly: Dynamsoft.CameraEnhancer.Maui
class QuadDrawingItem : DrawingItem
Methods & Properties
| Method | Description |
|---|---|
QuadDrawingItem |
The constructor. |
| Property | Type | Description |
|---|---|---|
Quad |
ImageData | Get the quad information of the QuadDrawingItem. |
The following property is inherited from DrawingItem
| Property | Type | Description |
|---|---|---|
DrawingStyleId |
int |
The style id of the drawing item. |
QuadDrawingItem
The constructor.
QuadDrawingItem(Quadrilateral quad);
Quad
Get the quad information of the QuadDrawingItem.
Quadrilateral Quad { get; }
DrawingStyleId
The style id of the drawing item. View all available IDs via EnumDrawingStyleId.
int DrawingStyleId { get; set; }