The following tables list the members exposed by AnnDesigner.
Public Constructors
Name | Description | |
---|---|---|
AnnDesigner | Initializes a new instance of AnnDesigner with the specified parameters. |
Public Methods
Name | Description | |
---|---|---|
cancel | Cancels the current designer operation. | |
clipPoint | Clips the specified point. | |
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. |
Public Properties
Name | Description | |
---|---|---|
automationControl | Gets the automation control associated with this designer. | |
clipRectangle | Gets the cursor clipping rectangle for this designer. | |
container | Gets the AnnContainer object for this AnnDesigner. | |
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 value that indicate whether the object should be restricted inside the container boundary. | |
snapToGridOptions | Gets the AnnSnapToGridOptions for this AnnDesigner. | |
targetObject | Gets or sets the target object for this designer. |