| ScreenOverlayManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Graphics
 Syntax
SyntaxThe ScreenOverlayManager type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Bounds | 
Gets the overall bounds of the Insight3D control.
 | 
|  | Count | 
Gets the number of screen overlays in the collection.
(Inherited from ScreenOverlayCollectionBase.) | 
|  | Display | 
Gets or sets if the collection of overlays that are contained within this manager should be
rendered.
 | 
|  | 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.) | 
|  | Overlays | 
Gets the collection of overlays that are contained within this manager.
 | 
|  | Padding | 
Gets or sets the padding surrounding the Overlays that are contained within this manager.
 | 
 Methods
Methods| 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.) | 
 See Also
See Also