ScreenOverlayCollectionBaseItem Property |
Gets the overlay at the specified index.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScreenOverlay this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ScreenOverlay
Get
public:
property ScreenOverlay^ default[int index] {
ScreenOverlay^ get (int index);
}
member Item : ScreenOverlay with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the overlay to get.
Return Value
Type:
ScreenOverlayThe overlay at the specified index.
Exceptions See Also