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#
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. |
|
Get the collection of overlays that are contained within this manager. |
|
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. |
|
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.