VertexElement.Offset Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the offset (if any) from the beginning of the stream to the beginning of the vertex data.

Definition

Visual Basic Public Property Offset As Short
C# public short Offset { get; set; }
C++ public:
property short Offset {
        short get();
        void set(short value);
}
JScript public function get Offset() : short
public function set Offset(short);

Property Value

System.Int16
Offset, in bytes, to the start of the vertex data.

This property is read/write.