Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ScreenOverlay this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the overlay to get.

Return Value

Type: ScreenOverlay
The overlay at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the collection.
See Also