DX9ToolsR4 - Created by: X

DX9DDGraphicsWin.ResizeBackBuffer Method (Int32, Int32)

Resizes the back buffer.

[Visual Basic]
Overloads Public Sub ResizeBackBuffer( _
   ByVal Width As Integer, _
   ByVal Height As Integer _
)
[C#]
public void ResizeBackBuffer(
   int Width,
   int Height
);

Parameters

Width
The width of the new back buffer to create.
Height
The height of the new back buffer to create.

See Also

DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace | DX9DDGraphicsWin.ResizeBackBuffer Overload List