TerrainOverlay.Supported Property |
Gets whether the video card supports adding
TerrainOverlay objects. Video cards that support OpenGL 1.2 or higher support
TerrainOverlay objects.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static bool Supported { get; }
Public Shared ReadOnly Property Supported As Boolean
Get
public:
static property bool Supported {
bool get ();
}
static member Supported : bool with get
Property Value
Type:
Boolean
See Also