The following tables list the members exposed by AnnEditDesigner.
Name | Description | |
---|---|---|
AnnEditDesigner Constructor | Initializes a new instance of the AnnEditDesigner class with the specified parameters. |
Name | Description | |
---|---|---|
IsModified | Gets or sets a value that indicates whether this object has been modified. | |
MaintainAspectRatio | Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner thumb. | |
MoveThumbIndex | Gets the index of the current thumb being moved. | |
Operation | Gets a value that indicates which edit operation is currently being performed. | |
RotateModifierKey | Gets or sets a value indicating the current auto-rotate modifier key. | |
ShowThumbs | Gets or sets a value that indicates whether to show the thumbs. | |
ThumbsHitTestBuffer | Gets or sets the hit test buffer to use for the thumbs of this AnnEditDesigner. | |
UseRotateThumbs | Gets or sets a value that indicates whether to use the rotate thumbs of this AnnEditDesigner. | |
WorkingBuffer | Gets or sets the buffer to use for determining how far a OnPointerMove is from the previous OnPointerMove to be considered a legitimate move operation by the user and not an error due to sensitivity. |
Name | Description | |
---|---|---|
Cancel | Overridden. The AnnEditDesigner implementation of the AnnDesigner.Cancel method. | |
End | Overridden. Ends the editing of the TargetObject. | |
GetRotateGripper | Gets the location of the rotate gripper thumb for the selected object, in annotation coordinates. | |
GetThumbLocations | Gets the location of the thumbs of this AnnEditDesigner. | |
Invalidate | Overridden. Manually invalidates this designer. | |
OnPointerDoubleClick | Overridden. Provides an implementation of the OnPointerDoubleClick event in this AnnEditDesigner object. | |
OnPointerDown | Overridden. Provides an implementation of the OnPointerDown event in this AnnEditDesigner object. | |
OnPointerMove | Overridden. Provides an implementation of the OnPointerMove event in this AnnEditDesigner object. | |
OnPointerUp | Overridden. Provides an implementation of the OnPointerUp event in this AnnEditDesigner object. | |
ResetRotateThumbs | Move the rotate thumbs to the default position. | |
Start | Overridden. Starts editing the TargetObject. |
Name | Description | |
---|---|---|
EndWorking | Ends editing. | |
GetRotateCenterPoint | Gets the location of the rotate center thumb for the selected object, in annotation coordinates. | |
GetRotationReferencePoints | Gets the two reference points used to keep the rotation center and gripper at an even distance when the object is moved along annotation coordinates. | |
Move | Moves the object. | |
MoveThumb | Moves a thumb. | |
OnEdit | Raises the Edit event. | |
SnapObjectToGrid | Snaps the specified AnnObject to the container grid based on AnnSnapToGridOptions. | |
StartWorking | Begins editing. | |
Working | Continues the editing process. |
Name | Description | |
---|---|---|
Edit | Occurs when this AnnEditDesigner is editing an AnnObject. | |
EditContent | Occurs when this AnnEditDesigner is editing the content of an AnnObject. |