ScreenOverlayCollectionBaseAdd Method  | 
 
Adds an overlay to the collection.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual void Add(
	ScreenOverlay item
)
Public Overridable Sub Add ( 
	item As ScreenOverlay
)
public:
virtual void Add(
	ScreenOverlay^ item
)
abstract Add : 
        item : ScreenOverlay -> unit 
override Add : 
        item : ScreenOverlay -> unit Parameters
- item
 - Type: AGI.Foundation.GraphicsScreenOverlay
The overlay to add to the collection. 
Implements
ICollectionTAdd(T)
See Also