The following tables list the members exposed by AnnDrawDesigner.
Protected Constructors
Name | Description | |
---|---|---|
AnnDesigner | Initializes a new instance of AnnDesigner with the specified parameters. (Inherited from AnnDesigner) | |
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. | |
GetRenderer | Gets the object that is used to render the TargetObject. (Inherited from AnnDesigner) | |
Invalidate | Manually invalidates this designer. (Inherited from AnnDesigner) | |
OnPointerDoubleClick | Handles pointer double-click events on the designer. (Inherited from AnnDesigner) | |
OnPointerDown | Handles pointer down events on the designer. (Inherited from AnnDesigner) | |
OnPointerMove | Handles pointer move events on the designer. (Inherited from AnnDesigner) | |
OnPointerUp | Handles pointer up events on the designer. (Inherited from AnnDesigner) | |
SnapPointToGrid | Snaps the specified point to the container grid based on SnapToGridOptions. (Inherited from AnnDesigner) | |
Start | Starts drawing the TargetObject. |
Protected Methods
Name | Description | |
---|---|---|
ClipPoint | Clips the specified point. (Inherited from AnnDesigner) | |
EndWorking | Indicates whether this AnnDrawDesigner has successfully ended the drawing process. | |
OnDraw | Raises the Draw event. | |
StartWorking | Starts the drawing process. | |
Working | Indicates whether this AnnDrawDesigner is currently drawing. |
Public Properties
Name | Description | |
---|---|---|
AutomationControl | Gets the automation control associated with this designer. (Inherited from AnnDesigner) | |
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. | |
FinalTargetObject | Gets the final target object for this designer. (Inherited from AnnDesigner) | |
HasStarted | Gets a value that indicates whether this designer has started. (Inherited from AnnDesigner) | |
IsMouseLeftButtonDown | Gets or sets a value indicating whether the left mouse button is currently down. (Inherited from AnnDesigner) | |
IsTargetObjectAdded | Gets a value indicating whether this AnnDrawDesigner has automatically added TargetObject to the container. | |
OperationStatus | Gets the current drawing operation status. | |
RestrictDesigners | Gets or sets a value that indicates whether the object should be restricted to a point inside the rectangle set in ClipRectangle. (Inherited from AnnDesigner) | |
SnapToGridOptions | Gets the AnnSnapToGridOptions for this AnnDesigner. (Inherited from AnnDesigner) | |
TargetObject | Gets or sets the target object for this designer. (Inherited from AnnDesigner) |
Protected Properties
Name | Description | |
---|---|---|
ClipRectangle | Gets the cursor clipping rectangle for this designer. (Inherited from AnnDesigner) | |
Container | Gets the AnnContainer object for this AnnDesigner. (Inherited from AnnDesigner) | |
IsExtendedMode | Gets a value indicating whether this AnnDrawDesigner is currently in extended mode. |
Public Events
Name | Description | |
---|---|---|
Draw | Occurs when this AnnDrawDesigner object is drawing an AnnObject. |