Description
Returns the position of a graphic object.
-
Return Type
-
None
-
Syntax
-
object.GetPosition x, y
The GetPosition Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjPoly. | | x | Required. A Single value. Returned x position.
| | y | Required. A Single value. Returned y position.
| Remarks
The returned position is in image coordinates and is usually the left upper point defining the object.
|