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.2.419.0 (24.2.419.0)
Syntax public void SendToBack(
GlobeImageOverlay imageryOverlay
)
Public Sub SendToBack (
imageryOverlay As GlobeImageOverlay
)
public:
void SendToBack(
GlobeImageOverlay^ imageryOverlay
)
member SendToBack :
imageryOverlay : GlobeImageOverlay -> unit
Parameters
- imageryOverlay
- Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to send to the back of the collection.
See Also