Click or drag to resize

ScreenOverlayCollectionBase.Add Method

Adds an overlay to the collection.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public virtual void Add(
	ScreenOverlay item
)

Parameters

item
Type: AGI.Foundation.Graphics.ScreenOverlay
The overlay to add to the collection.

Implements

ICollection<T>.Add(T)
See Also