Share via


RasterCaps.SupportsFogRange Property (Microsoft.DirectX.Direct3D)

Determines whether the device supports supports range-based fog.

Definition

Visual Basic Public ReadOnly Property SupportsFogRange As Boolean
C# public bool SupportsFogRange { get; }
C++ public:
property bool SupportsFogRange {
        bool get();
}
JScript public function get SupportsFogRange() : boolean

Property Value

System.Boolean
Value that is true if the device supports range-based fog, or false if it does not.

This property is read-only. 

Remarks

In range-based fog, the distance of an object from the viewer, not the depth of the object (that is, the z-coordinate) is used to compute fog effects in the scene.