DX9ToolsR4 - Created by: X

DX9DDGraphicsFull.Clear Method

Clears the backbuffer using black as the color.

Overload List

Clears the backbuffer using black as the color.

public void Clear();

Clears the back buffer.

public void Clear(Color);

Clears the back buffer.

public void Clear(Rectangle,Color);

Clears the back buffer.

public void Clear(Rectangle,int);

Clears the back buffer.

public void Clear(int);

See Also

DX9DDGraphicsFull Class | CBX.Libs.DX9ToolsR4 Namespace