PrtEngine.NumberVertices Property (Microsoft.DirectX.Direct3D)
Retrieves the number of vertices in the mesh, including any new vertices added as a result of adaptive spatial sampling.
Visual Basic Public ReadOnly Property NumberVertices As Integer C# public int NumberVertices { get; } C++ public:
property int NumberVertices {
int get();
}JScript public function get NumberVertices() : int
System.Int32
This property is read-only.
Number of vertices in the mesh, including any new vertices added as a result of adaptive sampling.
Show: