Name | Description | |
---|---|---|
ImGearLayerArray Constructor | Initializes a new instance of the ImGearLayerArray class. Created layer array is empty. |
The following tables list the members exposed by ImGearLayerArray.
Name | Description | |
---|---|---|
ImGearLayerArray Constructor | Initializes a new instance of the ImGearLayerArray class. Created layer array is empty. |
Name | Description | |
---|---|---|
Count | Gets number of layers in the array. | |
IsFixedSize | Gets a value indicating whether ImGearLayerArray array has a fixed size. | |
IsReadOnly | Gets a value indicating whether ImGearLayerArray array is read-only. | |
IsSynchronized | Gets a value indicating whether is access to the ImGearLayerArray array is synchronized. | |
Item | Specifies a reference to the indexed element of array. | |
SyncRoot | Gets an object that can be used to synchronize an access to the ImGearLayerArray array . |
Name | Description | |
---|---|---|
Add | Adds a new layer to the array. | |
Clear | Removes all of the layers from the array. | |
Clone | Clones the array of layers. | |
Contains | Checks if the array contains the specified layer. | |
CopyTo | Copies the current array of layers into the specified array at specified position. | |
GetEnumerator | Gets the IEnumerator interface. | |
IndexOf | Gets the index of the specified layer. | |
Insert | Insets the specified layer at the spefied position in the array. | |
Remove | Removes the specified layer from the array. | |
RemoveAt | Removes layer with the specified index from the array. |