See Also Examples Applies To
Sets the coordinates in pixel of the selection rectangle into the object space.
Syntax
object.SetRectValuesObject (nLeft, nTop, nWidth, nHeight)
The SetRectValuesObject syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nLeft | Required. Long. Left pixel position of the rectangle. |
| nTop | Required. Long. Top pixel position of the rectangle. |
| nWidth | Required. Long. Width of the rectangle in pixel. |
| nHeight | Required. Long. height of the rectangle in pixel. |