TrianglePatchInformation.StartVertexOffset Property (Microsoft.DirectX.Direct3D)

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.