VertexBuffer.SizeInBytes Property

Language:

Retrieves the size of the VertexBuffer 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 VertexBuffer data, in bytes.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.