IMcGraphObjGroupRotatedHandle Property
|
|
A rotated position of one of the object's handles.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxProperty RotatedHandle (
HandleIndex As Integer
) As Object
Get
Set
Parameters
- HandleIndex
- Type: SystemInt32
Index of the handle being accessed or set. The layout of the
handles is defined by the object class, see the documentation for McGraphObj
derived interfaces for details.
Property Value
Type:
Object
RemarksThe layout of the handles is defined by the object class, see the
documentation for McGraphObj derived interfaces for details.
On access the rotated handle position will be exposed as a SINGLEPOINT record. On
assignment, you may supply a SINGLEPOINT, LONGPOINT or DOUBLEPOINT record
or any length-2 numeric array (X followed by Y).
The supplied or returned x,y position is the rotated position of the selected
object handle (i.e., at the current McGraphObj.AngleOfRotation). Note that the
GetPoints method will also return rotated coordinates. By contrast, the
SetHandle and GetHandle methods take and return their results as unrotated
coordinates (i.e., at zero AngleOfRotation). Also, the
GetBounds method returns the bounds of the rotated points.
The McGraphOverlay.NotifyContext property's mcgoncFromTool and/or mcgoncDragging
bits can be set before assigning to this property indicate that the assignment
is made from a tool and whether it is dragging or not.
See Also