The following tables list the members exposed by AnnRectangleDrawDesigner.
Public Constructors
Name | Description | |
---|---|---|
AnnRectangleDrawDesigner | Initializes a new AnnRectangleDrawDesigner 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 for this AnnRectangleDrawDesigner object. | |
OnPointerMove | Provides an implementation of the OnPointerMove method for this AnnRectangleDrawDesigner object. | |
OnPointerUp | Provides an implementation of the OnPointerUp method for this AnnRectangleDrawDesigner object. | |
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 | |
---|---|---|
DrawOnClick | Automatically draws a complete object on the first user click. | |
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) |
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) |