Share via


RectanglePatchInformation.StartVertexOffsetHeight Property (Microsoft.DirectX.Direct3D)

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

Definition

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

Property Value

System.Int32
Integer that represents the starting vertex offset height, in number of vertices, to set or retrieve.

This property is read/write.