Share via


Device.Indices

Indices プロパティ

インデックス データを取得または設定する。

定義

Visual Basic Public Property Indices As IndexBuffer
C# public IndexBuffer Indices { get; set; }
Managed C++ public: __property IndexBuffer* get_Indices();
public: __property void set_Indices(IndexBuffer*);
JScript public function get Indices() : IndexBuffer
public function set Indices(IndexBuffer);

プロパティ値

Microsoft.DirectX.Direct3D.IndexBuffer.

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

対象

Device

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