The following tables list the members exposed by AnnEditDesigner.
Name | Description | |
---|---|---|
AnnEditDesigner | Initializes a new instance of the AnnEditDesigner class with the specified parameters. |
Name | Description | |
---|---|---|
cancel | The AnnEditDesigner implementation of the AnnDesigner.Cancel method. | |
end | Ends the editing of the TargetObject. | |
endWorking | Ends editing. | |
getIntersectionWithReferencePoints | Gets the intersection point between the rotate center and gripper. | |
getRotateCenterPoint | Gets the location of the rotate center thumb for the selected object, in annotation coordinates. | |
getRotateGripper | Gets the location of the rotate gripper 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. | |
getThumbLocations | Gets the location of the thumbs of this AnnEditDesigner. | |
hitTestThumbs | Performs hit-testing on the thumb control points of this edit designer. | |
invalidate | Manually invalidates this designer. | |
move | Moves the object. | |
moveThumb | Moves a thumb. | |
onEdit | Raises the Edit event. | |
onPointerDoubleClick | Provides an implementation of the OnPointerDoubleClick event in this AnnEditDesigner object. | |
onPointerDown | Provides an implementation of the OnPointerDown event in this AnnEditDesigner object. | |
onPointerMove | Provides an implementation of the OnPointerMove event in this AnnEditDesigner object. | |
onPointerUp | Provides an implementation of the OnPointerUp event in this AnnEditDesigner object. | |
resetRotateThumbs | Move the rotate thumbs to the default position. | |
snapObjectToGrid | Snaps the specified AnnObject to the container grid based on AnnSnapToGridOptions. | |
start | Starts editing the TargetObject. | |
startWorking | Begins editing. | |
working | Continues the editing process. |
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. | |
thumbsEnabled | Enables hit-testing and invoking the default behavior when the user clicks and drags the control point thumbs of this edit designer. | |
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 an OnPointerMove is from the previous OnPointerMove to beconsidered a legitimate move operation by the user and not an error due to sensitivity. |
Name | Description | |
---|---|---|
edit | Occurs when this AnnEditDesigner is editing an AnnObject. | |
editContent | Occurs when this AnnEditDesigner is editing the content of an AnnObject. |