ScreenOverlayOrigin#

class ansys.stk.core.graphics.ScreenOverlayOrigin#

IntEnum

Overview#

BOTTOM_LEFT

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.

BOTTOM_CENTER

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…

BOTTOM_RIGHT

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.

CENTER_LEFT

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…

CENTER

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.

CENTER_RIGHT

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…

TOP_LEFT

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.

TOP_CENTER

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…

TOP_RIGHT

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.

Import detail#

from ansys.stk.core.graphics import ScreenOverlayOrigin