Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the number of samples contained in the buffer.
Definition
Visual Basic Public Sub Resize( _
ByVal newSize As Integer _
)C# public void Resize(
int newSize
);C++ public:
void Resize(
int newSize
);JScript public function Resize(
newSize : int
);
Parameters
newSize System.Int32
Number of samples to be contained in the buffer.
Remarks
Exceptions
Microsoft Direct3D could not allocate sufficient memory to complete the call.
.gif)