Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the VertexFormats of the vertices in the SimplificationMesh.
Definition
Visual Basic Public ReadOnly Property VertexFormat As VertexFormats C# public VertexFormats VertexFormat { get; } C++ public:
property VertexFormats VertexFormat {
VertexFormats get();
}JScript public function get VertexFormat() : VertexFormats
Property Value
Microsoft.DirectX.Direct3D.VertexFormats
A VertexFormats object that contains the format of the vertices in the SimplificationMesh.This property is read-only.