The following tables list the members exposed by AnnEditDesigner.
| Name | Description | |
|---|---|---|
| AnnEditDesigner Constructor | Initializes a new instance of AnnEditDesigner with default values. |
| 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) |
| ControlPointCount | Gets the number of control points required for this AnnEditDesigner. |
| ControlPointIndex | Gets the index of the current control point. |
| ControlPoints | Collection of AnnControlPoint objects for this AnnEditDesigner |
| ControlPointsHitTestBuffer | Gets or sets the hit test buffer for this AnnEditDesigner. |
| EditObject | Gets or sets the AnnObject to be edited. |
| EditObjectInvalidRectangle | Gets the invalid rectangle of AnnEditDesigner.EditObject |
| FramePen | Gets or sets the pen used with this AnnDesigner. |
| HasStarted | Gets a value that indicates whether this AnnEditDesigner has started. |
| HitTestBuffer | Gets or sets the hit test buffer for this AnnEditDesigner. |
| HitTestObject | Gets or sets the hit test object for the AnnEditDesigner.EditObject. |
| MaintainAspectRatio | Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner control point. |
| MoveObjectWithName | Gets or sets a value indicating whether to move the object when the name moves. |
| Operation | Gets a value that indicates the current edit operation. |
| Owner | Gets or sets the owner control for this AnnDesigner. (Inherited from AnnDesigner) |
| Rotate | Gets or sets a value indicating whether this AnnEditDesigner is in rotate mode. |
| RotateCenterControlPoint | Gets or sets the AnnControlPoint object for the rotate center control point for this AnnEditDesigner. |
| RotateCenterControlPointLocation | Gets the rotate center control point location of the selected object in object coordinates. |
| RotateGripperControlPoint | Gets or sets the AnnControlPoint object for the rotate gripper control point for this AnnEditDesigner. |
| RotateGripperControlPointLocation | Gets the rotate gripper control point location of the selected object in object coordinates. |
| RotateLinePen | Gets or sets the AnnPen used to draw a line between the rotate control points for all AnnEditDesigner derived objects. |
| RotateModifierKey | Gets or sets a value indicating the current auto-rotate key. |
| UseRotateControlPoints | Gets or sets the use of rotate control points of this AnnEditDesigner. |
| Name | Description | |
|---|---|---|
| ClipCursorRectangle | Gets the rectangle used to clip the cursor when AnnDesigner.ClipCursor is true. (Inherited from AnnDesigner) |
| Name | Description | |
|---|---|---|
| Cancel | Overridden. AnnEditDesigner implementation of AnnDesigner.Cancel. |
| DoubleClick | Overridden. AnnEditDesigner implementation of AnnDesigner.DoubleClick. |
| End | Ends editing AnnEditDesigner.EditObject |
| GetControlPointsLocation | Gets the location of the AnnControlPoint objects of this AnnEditDesigner |
| KeyDown | Handles key down events on the designer. (Inherited from AnnDesigner) |
| MouseDown | Overridden. AnnEditDesigner implementation of AnnDesigner.MouseDown. |
| MouseMove | Overridden. AnnEditDesigner implementation of AnnDesigner.MouseMove. |
| MouseUp | Overridden. AnnEditDesigner implementation of AnnDesigner.MouseUp. |
| Start | Starts editing AnnEditDesigner.EditObject |
| Name | Description | |
|---|---|---|
| EndClipCursor | Ends clipping the mouse cursor. (Inherited from AnnDesigner) |
| EndWorking | Ends the editing process. |
| GetLogicalAnnPoint | Gets the logical AnnPoint for the specified x, y and unit for this designer. (Inherited from AnnDesigner) |
| HookContainer | Hooks or unhooks the AnnDesigner.Container. (Inherited from AnnDesigner) |
| Move | Moves the object. |
| MoveControlPoint | Moves a control point. |
| MoveName | Moves the object's name. |
| OnAfterDrawingObjects | Overridden. AnnEditDesigner implementation of AnnDesigner.OnAfterDrawingObjects. |
| OnEdit | Raises the AnnEditDesigner.Edit event. |
| StartClipCursor | Starts clipping the mouse cursor inside the given rectangle. (Inherited from AnnDesigner) |
| StartWorking | Starts the editing process. |
| Working | Continues the editing process. |
| Name | Description | |
|---|---|---|
| Edit | Occurs when this AnnEditDesigner is editing an AnnObject. |