See Also Examples Applies To
Returns the coordinates in milimeters of the selection rectangle into the image space.
Syntax
object.GetRectValuesMM (*nLeft, *nTop, *nWidth, *nHeight)
The GetRectValuesMM syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *nLeft | Required. Output Single. Returns Left position of the rectangle. |
| *nTop | Required. Output Single. Returns Top position of the rectangle. |
| *nWidth | Required. Output Single. Returns Width of the rectangle in milimeters. |
| *nHeight | Required. Output Single. Returns Height of the rectangle in milimeters. |