ScreenOverlayCollectionBaseItem Property |
Gets the overlay at the specified index.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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| Exception | Condition |
|---|
| ArgumentOutOfRangeException | index is not a valid index in the collection. |
See Also