CVB.Net 14.0
OverlayList Class Reference

Label collection object. More...

Inherits DisplayObjectList< OverlayBase >.

Public Member Functions

void Clear< TObj > ()
 Remove all overlays of a specific type. More...
 
- Public Member Functions inherited from DisplayObjectList< OverlayBase >
void Clear ()
 Clear all the display objects in this collection.
 
void Add (TObj dispObject)
 Add a new display object to the display object collection. More...
 
bool Remove (TObj dispObject)
 Remove an object from the object collection More...
 
IEnumerator< TObj > GetEnumerator ()
 IEnumerable implementation. More...
 
bool Contains (TObj item)
 Determines whether this collection contains a specific value. More...
 
void CopyTo (TObj[] array, int arrayIndex)
 Copy the whole collection into an array, starting at the given array index. More...
 
int IndexOf (TObj item)
 Retrieve a list index for an object. More...
 
void Insert (int index, TObj dispObject)
 Insert a new item at a defined list position. More...
 
void RemoveAt (int index)
 Remove the display object at the given index. More...
 

Additional Inherited Members

- Properties inherited from DisplayObjectList< OverlayBase >
int Count [get]
 Number of objects currently inside the collection.
 
TObj this[int index] [get, set]
 Access one of the objects in the collection by index. More...
 
bool IsReadOnly [get]
 Clarifies that the collection is not Readonly. More...
 

Detailed Description

Label collection object.

Member Function Documentation

◆ Clear< TObj >()

void Clear< TObj > ( )

Remove all overlays of a specific type.

Template Parameters
TObjtype of overlays to be removed
Type Constraints
TObj :OverlayBase