PatchMesh.NumberPatches Property (Microsoft.DirectX.Direct3D)

Retrieves the number of patches in a mesh.

Definition

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

Property Value

System.Int32
Number of patches.

This property is read-only.