Clears the backbuffer using black as the color.
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);
DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace