PrtBuffer.Resize Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Changes the number of samples contained in the buffer.
Definition
Visual Basic .NET |
Public Sub Resize( _ ByVal newSize As Integer _ ) |
C# |
public void Resize( int newSize ); |
Managed C++ |
public: void Resize( int newSize ); |
JScript .NET |
public function Resize( newSize : int ); |
Parameters
newSize
|
System.Int32. Number of samples to be contained in the buffer. |
Remarks
Exceptions
OutOfMemoryException  |
Microsoft® Direct3D® could not allocate sufficient memory to complete the call. |
© 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