IndexBuffer.SizeInBytes Property (Microsoft.DirectX.Direct3D)

Retrieves the size of the IndexBuffer data, in bytes.

Definition

Visual Basic Public ReadOnly Property SizeInBytes As Integer
C# public int SizeInBytes { get; }
C++ public:
property int SizeInBytes {
        int get();
}
JScript public function get SizeInBytes() : int

Property Value

System.Int32
The size of the IndexBuffer data, in bytes.

This property is read-only.