VertexBuffer.SizeInBytes Property (Microsoft.DirectX.Direct3D)

Retrieves the size of the VertexBuffer data, in bytes.

Definition

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

Property Value

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

This property is read-only. 
Show: