Click or drag to resize

ScreenOverlayCollection Class

A collection of screen overlays.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ScreenOverlayCollection : ScreenOverlayCollectionBase

The ScreenOverlayCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of screen overlays in the collection.
(Inherited from ScreenOverlayCollectionBase.)
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from ScreenOverlayCollectionBase.)
Public propertyItem
Gets the overlay at the specified index.
(Inherited from ScreenOverlayCollectionBase.)
Top
Methods
  NameDescription
Public methodAdd
Adds an overlay to the collection.
(Inherited from ScreenOverlayCollectionBase.)
Public methodClear
Removes all overlays from the collection.
(Inherited from ScreenOverlayCollectionBase.)
Public methodContains
Determines whether the collection contains a specific overlay.
(Inherited from ScreenOverlayCollectionBase.)
Public methodCopyTo
Copies the elements of the collection starting at startingIndex into an array.
(Inherited from ScreenOverlayCollectionBase.)
Public methodDispose (Inherited from ScreenOverlayCollectionBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ScreenOverlayCollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific overlay from the collection.
(Inherited from ScreenOverlayCollectionBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also