VertexBuffer.SizeInBytes Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the size of the VertexBuffer data, in bytes.

Definition

Visual Basic .NET Public ReadOnly Property SizeInBytes As Integer
C# public int SizeInBytes { get; }
Managed C++ public: __property int get_SizeInBytes();
JScript .NET public function get SizeInBytes() : int

Property Value

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

This property is read-only. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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