Click or drag to resize

IScreenOverlayContainer Interface

The interface for screen overlays that contain a collection of other overlays. This interface is implemented by ScreenOverlayManager and ScreenOverlay.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IScreenOverlayContainer

The IScreenOverlayContainer type exposes the following members.

Properties
  NameDescription
Public propertyDisplay
Gets or sets if this parent and the collection of overlays that are contained within this parent should be rendered.
Public propertyOverlays
Gets the collection of overlays that are contained within this parent.
Public propertyPadding
Gets or sets the padding surrounding the Overlays that are contained within this parent.
Top
See Also