Description
Returns the center of a graphic object.
-
Return Type
-
None
-
Syntax
-
object.GetCenter x, y
The GetCenter Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObj. | | x | Required. A Single value. Returned center x coordinate.
| | y | Required. A Single value. Returned center y coordinate.
| Remarks
The returned center is in image coordinates.
|