Microsoft DirectX 9.0 SDK Update (October 2004)

Device.VertexFormat Property

Language:

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

Retrieves or sets the supported flexible vertex formats.

Definition

Visual Basic .NET Public Property VertexFormat As VertexFormats
C# public VertexFormats VertexFormat { get; set; }
Managed C++ public: __property VertexFormats get_VertexFormat();
public: __property void set_VertexFormat(VertexFormats);
JScript .NET public function get VertexFormat() : VertexFormats
public function set VertexFormat(VertexFormats);

Property Value

Microsoft.DirectX.Direct3D.VertexFormats . A VertexFormats object that represents the current flexible vertex format values or the flexible vertex format values to set.

This property is read/write. 

Remarks

The fixed vertex function declaration is a set of flexible vertex format (FVF) flags that determine how vertices processed by the fixed function pipeline are used. For more information, see Processing Vertex Data.

Exceptions
InvalidCallException Occurs if the method call is invalid. For example, a parameter might contain an invalid value.


© 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