The following tables list the members exposed by AnnDesigner.
Protected Constructors
Name | Description | |
---|---|---|
AnnDesigner | Initializes a new instance of AnnDesigner with the specified parameters. |
Public Methods
Name | Description | |
---|---|---|
Cancel | Cancels the current designer operation. | |
End | Ends this designer. | |
GetRenderer | Gets the object that is used to render the TargetObject. | |
Invalidate | Manually invalidates this designer. | |
OnPointerDoubleClick | Handles pointer double-click events on the designer. | |
OnPointerDown | Handles pointer down events on the designer. | |
OnPointerMove | Handles pointer move events on the designer. | |
OnPointerUp | Handles pointer up events on the designer. | |
SnapPointToGrid | Snaps the specified point to the container grid based on SnapToGridOptions. | |
Start | Starts this designer. |
Protected Methods
Name | Description | |
---|---|---|
ClipPoint | Clips the specified point. |
Public Properties
Name | Description | |
---|---|---|
AutomationControl | Gets the automation control associated with this designer. | |
FinalTargetObject | Gets the final target object for this designer. | |
HasStarted | Gets a value that indicates whether this designer has started. | |
IsMouseLeftButtonDown | Gets or sets a value indicating whether the left mouse button is currently down. | |
RestrictDesigners | Gets or sets a value that indicates whether the object should be restricted to a point inside the rectangle set in ClipRectangle. | |
SnapToGridOptions | Gets the AnnSnapToGridOptions for this AnnDesigner. | |
TargetObject | Gets or sets the target object for this designer. |
Protected Properties
Name | Description | |
---|---|---|
ClipRectangle | Gets the cursor clipping rectangle for this designer. | |
Container | Gets the AnnContainer object for this AnnDesigner. |