ScreenOverlayManager#

class ansys.stk.core.graphics.ScreenOverlayManager#

Bases: IScreenOverlayCollectionBase, IScreenOverlayContainer

The top-level container for screen overlays. All child screen overlays that are added to this container are specified relative to the overall globe control.

Overview#

bounds

Get the overall bounds of the globe control. The array contains the properties defining the bounds in the order left x location, top y location, width, height.

overlays

Get the collection of overlays that are contained within this manager.

padding

Get or set the padding surrounding the overlays that are contained within this manager. The array contains the components of the padding arranged in the order left, top, right, bottom.

display

Get or set if the collection of overlays that are contained within this manager should be rendered.

Import detail#

from ansys.stk.core.graphics import ScreenOverlayManager

Property detail#

property ScreenOverlayManager.bounds: list#

Get the overall bounds of the globe control. The array contains the properties defining the bounds in the order left x location, top y location, width, height.

property ScreenOverlayManager.overlays: ScreenOverlayCollection#

Get the collection of overlays that are contained within this manager.

property ScreenOverlayManager.padding: list#

Get or set the padding surrounding the overlays that are contained within this manager. The array contains the components of the padding arranged in the order left, top, right, bottom.

property ScreenOverlayManager.display: bool#

Get or set if the collection of overlays that are contained within this manager should be rendered.