VertexElement.Offset Property

Language:

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. 

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