LowerLeftCorner Property |
Gets the lower-left corner of the current active viewport.
Signature
object.LowerLeftCorner
object
Viewport
The object or objects this property applies to.
LowerLeftCorner
Variant (two-element array of doubles);
read-only
A 2D coordinate representing the lower-left corner of the current
active viewport.
Remarks
The LowerLeftCorner and UpperRightCorner properties represent the graphic placement of the viewport on the display. These properties are defined as follows:
Viewport 1—LowerLeftCorner = (0, .5), UpperRightCorner = (.5, 1)
Viewport 2—LowerLeftCorner = (.5, .5), UpperRightCorner = (1, 1)
Viewport 3—LowerLeftCorner = (0, 0), UpperRightCorner = (.5, .5)
Viewport 4—LowerLeftCorner = (.5, 0), UpperRightCorner = (1, .5)
Comments? |