Caps.MaxVertexW Property (Microsoft.DirectX.Direct3D)

Retrieves the maximum w-based depth value that a device supports.

Definition

Visual Basic Public ReadOnly Property MaxVertexW As Single
C# public float MaxVertexW { get; }
C++ public:
property float MaxVertexW {
        float get();
}
JScript public function get MaxVertexW() : float

Property Value

System.Single
Indicates the maximum w-based depth value that a device supports.

This property is read-only.