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