Click or drag to resize

ImageCollectionBringToFront Method

Brings the GlobeImageOverlay to the front of the collection so it is rendered first or on the bottom.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void BringToFront(
	GlobeImageOverlay imageryOverlay
)

Parameters

imageryOverlay
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to bring to the front of the collection.
See Also