MiscCaps.HasFogVertexClamped Property

Language:

Specifies whether the device clamps the fog blend factor per vertex.

Definition

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

Property Value

System.Boolean
Value that is true if the device clamps vertex fog, or false if it does not.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.