Click or drag to resize

ScreenOverlayManager Methods

The ScreenOverlayManager type exposes the following members.

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