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