Class LayerCollection

LayerCollection class

Layer collection.

public class LayerCollection : Collection<Layer>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
Add(Layer)Add the Layer object in the collection.
BinarySearch(Layer)
BinarySearch(Layer, IComparer<Layer>)
BinarySearch(int, int, Layer, IComparer<Layer>)
Clear()
Contains(Layer)
CopyTo(Layer[])
CopyTo(Layer[], int)
CopyTo(int, Layer[], int, int)
Exists(Predicate<Layer>)
Find(Predicate<Layer>)
FindAll(Predicate<Layer>)
FindIndex(Predicate<Layer>)
FindIndex(int, Predicate<Layer>)
FindIndex(int, int, Predicate<Layer>)
FindLast(Predicate<Layer>)
FindLastIndex(Predicate<Layer>)
FindLastIndex(int, Predicate<Layer>)
FindLastIndex(int, int, Predicate<Layer>)
GetEnumerator()
IndexOf(Layer)
IndexOf(Layer, int)
IndexOf(Layer, int, int)
LastIndexOf(Layer)
LastIndexOf(Layer, int)
LastIndexOf(Layer, int, int)
Remove(Layer)Remove the Layer object from the collection.
RemoveAt(int)

See Also