AGI STK Graphics 11 Send comments on this topic.
AgEStkGraphicsScreenOverlayOrigin Enumeration
See Also 

Description

Specifies the origin of a screen overlay, as well as the direction of the horizontal and vertical axes. The origin specifies both the origin in the parent overlay's coordinate system and the origin within the overlay itself that is positioned.

Members

Member Value Description
eStkGraphicsScreenOverlayOriginBottomLeft 0 When the X and Y position are both set to 0, this value places the bottom, left corner of the overlay in its parent's bottom, left corner. Increasing X values move the overlay to the right and increasing Y values move it up.
eStkGraphicsScreenOverlayOriginBottomCenter 1 When the X and Y position are both set to 0, this value places the bottom edge of the overlay at its parent's bottom edge and the center of the overlay is horizontally centered within its parent. Increasing X values move the overlay to the right and increasing Y values move it up.
eStkGraphicsScreenOverlayOriginBottomRight 2 When the X and Y position are both set to 0, this value places the bottom, right corner of the overlay in its parent's bottom, right corner. Increasing X values move the overlay to the left and increasing Y values move it up.
eStkGraphicsScreenOverlayOriginCenterLeft 3 When the X and Y position are both set to 0, this value places the left edge of the overlay at its parent's left edge and the center of the overlay is vertically centered within its parent. Increasing X values move the overlay to the right and increasing Y values move it up.
eStkGraphicsScreenOverlayOriginCenter 4 When the X and Y position are both set to 0, this value places the center of the overlay at its parent's center. Increasing X values move the overlay to the right and increasing Y values move it up.
eStkGraphicsScreenOverlayOriginCenterRight 5 When the X and Y position are both set to 0, this value places the right edge of the overlay at its parent's right edge and the center of the overlay is vertically centered within its parent. Increasing X values move the overlay to the left and increasing Y values move it up.
eStkGraphicsScreenOverlayOriginTopLeft 6 When the X and Y position are both set to 0, this value places the top, left corner of the overlay in its parent's top, left corner. Increasing X values move the overlay to the right and increasing Y values move it down.
eStkGraphicsScreenOverlayOriginTopCenter 7 When the X and Y position are both set to 0, this value places the top edge of the overlay at its parent's top edge and the center of the overlay is horizontally centered within its parent. Increasing X values move the overlay to the right and increasing Y values move it down.
eStkGraphicsScreenOverlayOriginTopRight 8 When the X and Y position are both set to 0, this value places the top, right corner of the overlay in its parent's top, right corner. Increasing X values move the overlay to the left and increasing Y values move it down.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1