The following tables list the members exposed by AnnDrawDesigner.
Public Constructors
Name | Description | |
---|---|---|
AnnDrawDesigner | Initializes a new instance of an AnnDrawDesigner object with the specified parameters. |
Public Methods
Name | Description | |
---|---|---|
cancel | Provides an implementation of the AnnDesigner.Cancel method. | |
end | Ends drawing the TargetObject. | |
endWorking | Indicates whether this AnnDrawDesigner has successfully ended the drawing process. | |
onDraw | Raises the Draw event. | |
start | Starts drawing the TargetObject. | |
startWorking | Starts the drawing process. | |
working | Indicates whether this AnnDrawDesigner is currently drawing. |
Public Properties
Name | Description | |
---|---|---|
extendedMode | Gets or sets a value indicating whether this AnnDrawDesigner is currently in extended mode. | |
extendedModeModifierKey | Gets or sets a value indicating the current extended mode modifier key. | |
isExtendedMode | Gets a value indicating whether this AnnDrawDesigner is currently in extended mode. | |
isTargetObjectAdded | Gets a value indicating whether this AnnDrawDesigner has automatically added TargetObject to the container. | |
operationStatus | Gets the current drawing operation status. |
Public Events
Name | Description | |
---|---|---|
draw | Occurs when this AnnDrawDesigner object is drawing an AnnObject. |
See Also