The following tables list the members exposed by AnnDrawDesigner.
Name | Description | |
---|---|---|
AnnDrawDesigner Constructor | Initializes a new AnnDrawDesigner object. |
Name | Description | |
---|---|---|
ClipCursor | Enables and disables clipping the cursor. (Inherited from AnnDesigner) | |
Container | Gets or sets the AnnContainer object for this AnnDesigner. (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 key. | |
ObjectTemplate | Gets or sets the annotation template object. | |
Owner | Gets or sets the owner control for this AnnDesigner. (Inherited from AnnDesigner) |
Name | Description | |
---|---|---|
ClipCursorRectangle | Gets the rectangle used to clip the cursor when ClipCursor is true. (Inherited from AnnDesigner) | |
DrawObject | Gets the AnnObject that is currently being drawn. | |
IsExtendedMode | Gets a value indicating whether this AnnDrawDesigner is currently in extended mode. |
Name | Description | |
---|---|---|
Cancel | Overridden. AnnDrawDesigner implementation of Cancel. | |
DoubleClick | Overridden. AnnDrawDesigner implementation of DoubleClick. | |
KeyDown | Handles key down events on the designer. (Inherited from AnnDesigner) | |
MouseDown | Handles mouse down events on the designer. (Inherited from AnnDesigner) | |
MouseMove | Handles mouse move events on the designer. (Inherited from AnnDesigner) | |
MouseUp | Handles mouse up events on the designer. (Inherited from AnnDesigner) |
Name | Description | |
---|---|---|
EndClipCursor | Ends clipping the mouse cursor. (Inherited from AnnDesigner) | |
EndWorking | Ends the annotation drawing process. | |
GetLogicalAnnPoint | Gets the logical AnnPoint for the specified x, y and unit for this designer. (Inherited from AnnDesigner) | |
HookContainer | Hooks or unhooks the Container. (Inherited from AnnDesigner) | |
OnAfterDrawingObjects | Overridden. AnnDrawDesigner implementation of OnAfterDrawingObjects. | |
OnDraw | Raises the Draw event. | |
StartClipCursor | Starts clipping the mouse cursor inside the given rectangle. (Inherited from AnnDesigner) | |
StartWorking | Starts the drawing of the AnnObject. | |
Working | Continues the drawing of the AnnObject. |
Name | Description | |
---|---|---|
Draw | Occurs when this AnnDrawDesigner object is drawing an AnnObject. |