The following tables list the members exposed by AnnCrossProductEditDesigner.
Public Constructors
Name | Description | |
---|---|---|
AnnCrossProductEditDesigner | Initializes a new AnnCrossProductEditDesigner method. | |
AnnEditDesigner | Initializes a new instance of the AnnEditDesigner class with the specified parameters. (Inherited from AnnEditDesigner) |
Public Methods
Name | Description | |
---|---|---|
Cancel | The AnnEditDesigner implementation of the AnnDesigner.Cancel method. (Inherited from AnnEditDesigner) | |
End | Ends the editing of the TargetObject. (Inherited from AnnEditDesigner) | |
GetRotateGripper | Gets the location of the rotate gripper thumb for the selected object, in annotation coordinates. (Inherited from AnnEditDesigner) | |
GetThumbLocations | The AnnCrossProductEditDesigner implementation of the GetThumbLocations method. | |
HitTestThumbs | Performs hit-testing on the specified thumb control point of this edit designer. (Inherited from AnnEditDesigner) | |
Invalidate | Manually invalidates this designer. (Inherited from AnnEditDesigner) | |
OnPointerDoubleClick | Provides an implementation of the OnPointerDoubleClick event in this AnnEditDesigner object. (Inherited from AnnEditDesigner) | |
OnPointerDown | Provides an implementation of the OnPointerDown event in this AnnEditDesigner object. (Inherited from AnnEditDesigner) | |
OnPointerMove | Provides an implementation of the OnPointerMove event in this AnnEditDesigner object. (Inherited from AnnEditDesigner) | |
OnPointerUp | Provides an implementation of the OnPointerUp event in this AnnEditDesigner object. (Inherited from AnnEditDesigner) | |
ResetRotateThumbs | Move the rotate thumbs to the default position. (Inherited from AnnEditDesigner) | |
SnapObjectToGrid | Provides an implementation of the SnapObjectToGrid method for this AnnCrossProductEditDesigner object. | |
Start | Starts editing the TargetObject. (Inherited from AnnEditDesigner) |
Protected Methods
Name | Description | |
---|---|---|
EndWorking | Ends editing. (Inherited from AnnEditDesigner) | |
GetIntersectionWithReferencePoints | Gets the intersection point between the rotate center and gripper. (Inherited from AnnEditDesigner) | |
GetRotateCenterPoint | Gets the location of the rotate center thumb for the selected object, in annotation coordinates. (Inherited from AnnEditDesigner) | |
GetRotationReferencePoints | Provides an implementation of the GetRotationReferencePoints method for this AnnCrossProductEditDesigner object. | |
Move | Provides an implementation of the Move method for this AnnCrossProductEditDesigner object. | |
MoveThumb | Provides an implementation of the MoveThumb method for this AnnCrossProductEditDesigner object. | |
OnEdit | Raises the Edit event. (Inherited from AnnEditDesigner) | |
StartWorking | Begins editing. (Inherited from AnnEditDesigner) | |
Working | Continues the editing process. (Inherited from AnnEditDesigner) |
Public Properties
Name | Description | |
---|---|---|
IsModified | A value that indicates whether this object has been modified. (Inherited from AnnEditDesigner) | |
MaintainAspectRatio | Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner thumb. (Inherited from AnnEditDesigner) | |
MoveThumbIndex | Gets the index of the current thumb being moved. (Inherited from AnnEditDesigner) | |
Operation | Gets a value that indicates which edit operation is currently being performed. (Inherited from AnnEditDesigner) | |
RotateModifierKey | Gets or sets a value indicating the current auto-rotate modifier key. (Inherited from AnnEditDesigner) | |
ShowThumbs | Gets or sets a value that indicates whether to show the thumbs. (Inherited from AnnEditDesigner) | |
ThumbsEnabled | Enables hit-testing and invoking the default behavior when the user clicks and drags on the control point thumbs of this edit designer. (Inherited from AnnEditDesigner) | |
ThumbsHitTestBuffer | Gets or sets the hit test buffer to use for the thumbs of this AnnEditDesigner. (Inherited from AnnEditDesigner) | |
UseRotateThumbs | Gets or sets a value that indicates whether to use the rotate thumbs of this AnnEditDesigner. (Inherited from 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 sensitity. (Inherited from AnnEditDesigner) |
Public Events
Name | Description | |
---|---|---|
Edit | Occurs when this AnnEditDesigner is editing an AnnObject. (Inherited from AnnEditDesigner) | |
EditContent | Occurs when this AnnEditDesigner is editing the content of an AnnObject. (Inherited from AnnEditDesigner) |