ScreenOverlayCollection Class |
Namespace: AGI.Foundation.Graphics
The ScreenOverlayCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of screen overlays in the collection.
(Inherited from ScreenOverlayCollectionBase.) | |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from ScreenOverlayCollectionBase.) | |
Item |
Gets the overlay at the specified index.
(Inherited from ScreenOverlayCollectionBase.) |
Name | Description | |
---|---|---|
Add |
Adds an overlay to the collection.
(Inherited from ScreenOverlayCollectionBase.) | |
Clear |
Removes all overlays from the collection.
(Inherited from ScreenOverlayCollectionBase.) | |
Contains |
Determines whether the collection contains a specific overlay.
(Inherited from ScreenOverlayCollectionBase.) | |
CopyTo |
Copies the elements of the collection starting at startingIndex
into an array.
(Inherited from ScreenOverlayCollectionBase.) | |
Dispose | (Inherited from ScreenOverlayCollectionBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from ScreenOverlayCollectionBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific overlay from the collection.
(Inherited from ScreenOverlayCollectionBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |