DX9ToolsR4 - Created by: X

DX9DDGraphicsFull.Clear Method (Rectangle, Color)

Clears the back buffer.

[Visual Basic]
Overloads Public Sub Clear( _
   ByVal Destination As Rectangle, _
   ByVal Color As Color _
)
[C#]
public void Clear(
   Rectangle Destination,
   Color Color
);

Parameters

Destination
The destination on the back buffer to clear.
Color
The Color that will be used to clear the backbuffer with.

See Also

DX9DDGraphicsFull Class | CBX.Libs.DX9ToolsR4 Namespace | DX9DDGraphicsFull.Clear Overload List