Click or drag to resize

ImageCollectionSendToBack Method

Sends the GlobeImageOverlay to the back of the collection so it is rendered last or on the top.

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 SendToBack(
	GlobeImageOverlay imageryOverlay
)

Parameters

imageryOverlay
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to send to the back of the collection.
See Also