ImageCollection Class |
Namespace: AGI.Foundation.Graphics
The ImageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of GlobeOverlay objects in the collection.
| |
| IsReadOnly |
Gets whether or not the collection is read only.
| |
| Item |
Gets the GlobeImageOverlay at the specified index.
|
| Name | Description | |
|---|---|---|
| Add(GlobeImageOverlay) |
Adds imageryOverlay to the collection.
| |
| Add(String) | ||
| Add(Uri) |
Creates a GlobeOverlay from the uri and adds it to the collection.
| |
| AddAsync(GlobeImageOverlay) |
Adds imageryOverlay to the collection asynchronously.
| |
| AddAsync(String) |
Creates a GlobeImageOverlay from the uri, which represents a Uri, and adds it to the collection asynchronously.
| |
| AddAsync(Uri) |
Creates a GlobeImageOverlay from the uri and adds it to the collection asynchronously.
| |
| AddRange |
Adds the elements of the specified collection to the end of the ImageCollection.
| |
| AddRangeAsync |
Adds the elements of the specified collection to the end of the ImageCollection asynchronously.
| |
| BringToFront |
Brings the GlobeImageOverlay to the front of the collection so it is rendered first or on the bottom.
| |
| Clear |
Removes all GlobeImageOverlay objects from the collection.
| |
| Contains(GlobeImageOverlay) |
Checks the presence of a GlobeImageOverlay in the collection.
| |
| Contains(String) |
Checks the presence of a GlobeImageOverlay with the specified Uri in the collection.
| |
| Contains(Uri) |
Checks the presence of a GlobeImageOverlay 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(GlobeImageOverlay) |
Gets the index of the specified GlobeImageOverlay.
| |
| IndexOf(String) |
Gets the index of the GlobeImageOverlay with the specified Uri.
| |
| IndexOf(Uri) |
Gets the index of the GlobeImageOverlay with the specified Uri.
| |
| Move(GlobeImageOverlay, Int32) |
Moves the GlobeImageOverlay to the specified position.
| |
| Move(Int32, Int32) |
Moves the GlobeImageOverlay at the specified index to the specified position.
| |
| Remove |
Removes a GlobeImageOverlay from the collection.
| |
| SendToBack |
Sends the GlobeImageOverlay to the back of the collection so it is rendered last or on the top.
| |
| Swap(GlobeImageOverlay, GlobeImageOverlay) |
Swaps the position of two GlobeImageOverlay objects.
| |
| Swap(Int32, Int32) |
Swaps the position of two GlobeImageOverlay objects at the specified indices.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddComplete |
Raised when an asynchronous add is completed.
|