Click or drag to resize

ImageCollectionAddAsync Method (Uri)

Creates a GlobeImageOverlay from the uri and adds it to the collection asynchronously.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GlobeImageOverlay AddAsync(
	Uri uri
)

Parameters

uri
Type: SystemUri
The Uri of the GlobeImageOverlay. The GlobeImageOverlay must be of a recognized format.

Return Value

Type: GlobeImageOverlay
The GlobeImageOverlay that was created and added to the collection
See Also