Microsoft DirectX 9.0 SDK Update (October 2004)

BufferDescription.BufferBytes Property

Language:

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

Retrieves or sets the size of the new buffer.

Definition

Visual Basic .NET Public Property BufferBytes As Integer
C# public int BufferBytes { get; set; }
Managed C++ public: __property int get_BufferBytes();
public: __property void set_BufferBytes(int);
JScript .NET public function get BufferBytes() : int
public function set BufferBytes(int);

Property Value

System.Int32 . Value that represents the size of the new buffer, in bytes, to set or retrieve.

This property is read/write. 

Remarks

This value must be 0 when creating a buffer with BufferDescription.PrimaryBuffer set to true.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center