Description
Returns the image coordinates of a graphic object handle.
-
Return Type
-
None
-
Syntax
-
object.GetHandle Index, x, y
The GetHandle Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjGroup. | | Index | Required. A Long value. Index of the handle.
| | x | Required. A Single value. x coordinate.
| | y | Required. A Single value. y coordinate.
| Remarks
The layout of the handles is defined by the object class, see the documentation for McGraphObj derived interfaces for details.
|