TerrainCollectionSendToBack Method |
Sends the
TerrainOverlay 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(
TerrainOverlay terrainOverlay
)
Public Sub SendToBack (
terrainOverlay As TerrainOverlay
)
public:
void SendToBack(
TerrainOverlay^ terrainOverlay
)
member SendToBack :
terrainOverlay : TerrainOverlay -> unit
Parameters
- terrainOverlay
- Type: AGI.Foundation.GraphicsTerrainOverlay
The TerrainOverlay to send to the back of the collection.
See Also