Click or drag to resize

ScreenOverlayManager Class

The top-level container for screen overlays. All child ScreenOverlays that are added to this container are specified relative to the overall Insight3D control.
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 ScreenOverlayManager : ScreenOverlayCollectionBase, 
	IScreenOverlayContainer

The ScreenOverlayManager type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the overall bounds of the Insight3D control.
Public propertyCount
Gets the number of screen overlays in the collection.
(Inherited from ScreenOverlayCollectionBase.)
Public propertyDisplay
Gets or sets if the collection of overlays that are contained within this manager should be rendered.
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.)
Public propertyOverlays
Gets the collection of overlays that are contained within this manager.
Public propertyPadding
Gets or sets the padding surrounding the Overlays that are contained within this manager.
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