The LayerCollection type exposes the following members.
Name | Description | |
---|---|---|
LayerCollection |
Creates and initializes a new layer collection instance. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an object to the end of the layer collection. |
|
Clear |
Removes all layers from the collection. |
|
Contains | Overloaded. Determines whether an object is in the layer collection. |
|
CopyTo |
Copies the collection to a one-dimensional array, starting at the specified index of the target array. |
|
Deserialize |
Deserializes a layer collection. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator for the layers allowing the collection to be used in foreach blocks. |
|
GetHashCode | (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the collection object. |
|
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire layer collection. |
|
Insert | Overloaded. Inserts an object into the layer collection at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the first occurrence of a specific object from the layer collection. |
|
RemoveAt |
Removes the layer at the specified index of the collection. |
|
Serialize |
Serializes a layer collection. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of layers actually contained in the collection. |
|
IsFixedSize |
Gets a value indicating whether the collection has a fixed size. |
|
IsReadOnly |
Gets a value indicating whether the collection is read-only. |
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
|
Item |
Gets/sets the layer at the specified index. |
|
SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
LayerAdded |
Raised after a new layer is added. |
|
LayerChanged |
Raised after a layer is modified. |
|
LayerRemoved |
Raised after a new layer is removed. |
Name | Description | |
---|---|---|
ICollection.CopyTo | ||
IList.Item |