VertexBuffer.SizeInBytes Property |
Language: |
Retrieves the size of the VertexBuffer data, in bytes.
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
System.Int32 . The size of the VertexBuffer data, in bytes.
This property is read-only.
Feedback? Please provide us with your comments on this topic.