TerrainCollection Class |
Namespace: AGI.Foundation.Graphics
The TerrainCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of TerrainOverlay objects in the collection.
| |
| IsReadOnly |
Gets whether or not the collection is read only.
| |
| Item |
Gets the TerrainOverlay at the specified index.
|
| Name | Description | |
|---|---|---|
| Add(String) | ||
| Add(TerrainOverlay) |
Adds terrainOverlay to the collection.
| |
| Add(Uri) |
Creates a TerrainOverlay from the uri and adds it to the collection.
| |
| AddAsync(String) |
Creates a TerrainOverlay from the uri, which represents a Uri, and adds it to the collection asynchronously.
| |
| AddAsync(TerrainOverlay) |
Adds terrainOverlay to the collection asynchronously.
| |
| AddAsync(Uri) |
Creates a TerrainOverlay from the uri and adds it to the collection asynchronously.
| |
| AddRange |
Adds the elements of the specified collection to the end of the TerrainCollection.
| |
| AddRangeAsync |
Adds the elements of the specified collection to the end of the TerrainCollection asynchronously.
| |
| BringToFront |
Brings the TerrainOverlay to the front of the collection so it is rendered first or on the bottom.
| |
| Clear |
Removes all TerrainOverlay objects from the collection.
| |
| Contains(String) |
Checks the presence of a TerrainOverlay with the specified Uri in the collection.
| |
| Contains(TerrainOverlay) |
Checks the presence of a TerrainOverlay in the collection.
| |
| Contains(Uri) |
Checks the presence of a TerrainOverlay with the specified Uri in the collection.
| |
| CopyTo |
Copies the elements of the collection starting at startingIndex
into an array.
| |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Constructs an iterator that can be used to iterate the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf(String) |
Gets the index of the TerrainOverlay with the specified Uri.
| |
| IndexOf(TerrainOverlay) |
Gets the index of the specified TerrainOverlay.
| |
| IndexOf(Uri) |
Gets the index of the TerrainOverlay with the specified Uri.
| |
| Move(Int32, Int32) |
Moves the TerrainOverlay at the specified index to the specified position.
| |
| Move(TerrainOverlay, Int32) |
Moves the TerrainOverlay to the specified position.
| |
| Remove |
Removes a TerrainOverlay from the collection.
| |
| SendToBack |
Sends the TerrainOverlay to the back of the collection so it is rendered last or on the top.
| |
| Swap(Int32, Int32) |
Swaps the position of two TerrainOverlay objects at the specified indices.
| |
| Swap(TerrainOverlay, TerrainOverlay) |
Swaps the position of two TerrainOverlay objects.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddComplete |
Raised when an asynchronous add is completed.
|