Share via


Device.VertexFormat

VertexFormat プロパティ

サポートされる柔軟な頂点フォーマットを取得または設定する。

定義

Visual Basic 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 public function get VertexFormat() : VertexFormats
public function set VertexFormat(VertexFormats);

プロパティ値

Microsoft.DirectX.Direct3D.VertexFormats.

これは読み取り/書き込み可能プロパティである。 

対象

Device

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