PatchMesh.ControlVerticesPerPatch Property (Microsoft.DirectX.Direct3D)

Retrieves the number of control vertices per patch.

Definition

Visual Basic Public ReadOnly Property ControlVerticesPerPatch As Integer
C# public int ControlVerticesPerPatch { get; }
C++ public:
property int ControlVerticesPerPatch {
        int get();
}
JScript public function get ControlVerticesPerPatch() : int

Property Value

System.Int32
Number of control vertices per patch.

This property is read-only.