UpperRightCorner Property

Gets the upper-right corner of the current active viewport.

See Also | Example

Signature

object.UpperRightCorner

object

Viewport
The object or objects this property applies to.

UpperRightCorner

Variant (two element array of doubles); read-only
A 2D coordinate representing the upper-right 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?