TerrainCollectionBringToFront Method |
Brings the
TerrainOverlay 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(
TerrainOverlay terrainOverlay
)
Public Sub BringToFront (
terrainOverlay As TerrainOverlay
)
public:
void BringToFront(
TerrainOverlay^ terrainOverlay
)
member BringToFront :
terrainOverlay : TerrainOverlay -> unit
Parameters
- terrainOverlay
- Type: AGI.Foundation.GraphicsTerrainOverlay
The TerrainOverlay to bring to the front of the collection.
See Also