The following tables list the members exposed by AnnFreehandDrawDesigner.
Public Constructors
Name | Description | |
---|---|---|
AnnFreehandDrawDesigner | Initializes a new AnnFreehandDrawDesigner method. |
Protected Constructors
Name | Description | |
---|---|---|
AnnDrawDesigner | Initializes a new instance of an AnnDrawDesigner object with the specified parameters. (Inherited from AnnDrawDesigner) |
Public Methods
Name | Description | |
---|---|---|
Cancel | Provides an implementation of the AnnDesigner.Cancel method. (Inherited from AnnDrawDesigner) | |
End | Ends drawing the TargetObject. (Inherited from AnnDrawDesigner) | |
OnPointerDown | Provides an implementation of the OnPointerDown method. | |
OnPointerMove | Provides an implementation of the OnPointerMove method. | |
OnPointerUp | Provides an implementation of the OnPointerUp method. | |
Start | Starts drawing the TargetObject. (Inherited from AnnDrawDesigner) |
Protected Methods
Name | Description | |
---|---|---|
EndWorking | Indicates whether this AnnDrawDesigner has successfully ended the drawing process. (Inherited from AnnDrawDesigner) | |
OnDraw | Raises the Draw event. (Inherited from AnnDrawDesigner) | |
StartWorking | Starts the drawing process. (Inherited from AnnDrawDesigner) | |
Working | Indicates whether this AnnDrawDesigner is currently drawing. (Inherited from AnnDrawDesigner) |
Public Properties
Name | Description | |
---|---|---|
ExtendedMode | A value indicating whether this AnnDrawDesigner is currently in extended mode. (Inherited from AnnDrawDesigner) | |
ExtendedModeModifierKey | Gets or sets a value indicating the current extended mode modifier key. (Inherited from AnnDrawDesigner) | |
IsTargetObjectAdded | Gets a value indicating whether this AnnDrawDesigner has automatically added TargetObject to the container. (Inherited from AnnDrawDesigner) | |
OperationStatus | Gets the current drawing operation status. (Inherited from AnnDrawDesigner) | |
Spacing | Gets or sets a value representing the distance between any two points in the free-hand drawing. |
Protected Properties
Name | Description | |
---|---|---|
IsExtendedMode | Gets a value indicating whether this AnnDrawDesigner is currently in extended mode. (Inherited from AnnDrawDesigner) |
Public Events
Name | Description | |
---|---|---|
Draw | Occurs when this AnnDrawDesigner object is drawing an AnnObject. (Inherited from AnnDrawDesigner) |