TrianglePatchInformation.StartVertexOffset Property

Language:

Retrieves or sets the starting vertex offset, in number of vertices.

Definition

Visual Basic Public Property StartVertexOffset As Integer
C# public int StartVertexOffset { get; set; }
C++ public:
property int StartVertexOffset {
        int get();
        void set(int value);
}
JScript public function get StartVertexOffset() : int
public function set StartVertexOffset(int);

Property Value

System.Int32
Integer value that represents the number of vertices that specify the starting vertex offset.

This property is read/write. 

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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center