The LayerCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a layer to the end of the collection. (Overrides Collection<Layer>.Add(T).) |
|
Clear |
Removes all layers from the collection. (Overrides Collection<Layer>.Clear().) |
|
Contains |
Determines whether an item is in the Collection<T>. (Inherited from Collection<T>.) |
|
CopyTo |
Copies the entire Collection<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from Collection<T>.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the Collection<T>. (Inherited from Collection<T>.) |
|
GetHashCode | (Inherited from Object.) | |
GetLayersByName |
Search layers with the specified name. |
|
GetType | (Inherited from Object.) | |
GetVObjectsByName |
Search v-objects with the specified name. |
|
IndexOf |
Searches for the specified item and returns the zero-based index of the first occurrence within the entire Collection<T>. (Inherited from Collection<T>.) |
|
Insert |
Inserts a layer into the collection at the specified index. (Overrides Collection<Layer>.Insert(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) | |
Move |
Moves a layer from one position to another. (Overrides Collection<Layer>.Move(Int32, Int32).) |
|
Remove |
Removes the first occurrence of a specified Layer from the collection. (Overrides Collection<Layer>.Remove(T).) |
|
RemoveAt |
Removes the layer at the specified index of the collection. (Overrides Collection<Layer>.RemoveAt(Int32).) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Canvas |
Gets a reference to the Canvas object this LayerCollection belongs to. |
|
Count |
Gets the number of items actually contained in the Collection<T>. (Inherited from Collection<T>.) |
|
IsReadOnly |
Gets a value indicating whether the collection is read-only. (Inherited from Collection<T>.) |
|
Item |
Gets or sets the layer at the specified index. (Overrides Collection<Layer>.Item[Int32].) |