IndexBuffer.SizeInBytes Property |
Language: |
Retrieves the size of the IndexBuffer data, in bytes.
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
System.Int32
This property is read-only.
The size of the IndexBuffer data, in bytes.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.