The SurfaceMaskCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SurfaceMaskCollection | Initializes a new instance of the SurfaceMaskCollection class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a SurfaceMask to the collection.
| |
| GetEnumerator |
Implements the method declared in the IEnumerable<T> interface.
This method return an enumertor which can be used to enumerate this collection.
| |
| GetObjectEnumerator |
Implements the method declared in the IEnumerable interface.
This method return an enumertor which can be used to enumerate this collection.
| |
| IndexOf |
Gets the index of the specified mask in the mask collection.
| |
| MoveDown |
Moves the specfied mask to its next position in the mask collection.
| |
| MoveUp |
Moves the specfied mask to its previous position in the mask collection.
| |
| Remove |
Removes the specified mask from the mask collection.
| |
| RemoveAt |
Removes the mask at the specified index in the mask collection.
| |
| Swap |
Swaps the indexs of two specified masks in the mask collection, changing their order.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of SurfaceMask objects in the collection.
| |
| Item[([( Int32])]) | ||
| Item[([( String])]) |