See Also Examples Applies To
Returns the coordinates in pixel of the selection rectangle into the image space.
Syntax
object.GetRectValues (*nLeft, *nTop, *nWidth, *nHeight)
The GetRectValues 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. |
| *nTop | Required. Output Long. Returns Top pixel position of the rectangle. |
| *nWidth | Required. Output Long. Returns Width of the rectangle in pixel. |
| *nHeight | Required. Output Long. Returns Height of the rectangle in pixel. |