IndexBufferDescription.Size
Size プロパティ
インデックス バッファのサイズ (バイト単位)。
定義
Visual Basic | Public Property Size As Integer |
C# | public int Size { get; set; } |
Managed C++ | public: __property int get_Size(); public: __property void set_Size(int); |
JScript | public function get Size() : int public function set Size(int); |
プロパティ値
System.Int32.
これは読み取り/書き込み可能プロパティである。
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.