Microsoft DirectX 9.0 SDK Update (October 2004)

VertexElement.Offset Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property Offset As Short
C# public short Offset { get; set; }
Managed C++ public: __property short get_Offset();
public: __property void set_Offset(short);
JScript .NET 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. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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