DX9ToolsR4 - Created by: X

DX9Graphics.BeginScene Method

Begins the scene.

Overload List

Begins the scene.

public void BeginScene(bool);

Clears the scene then begins the scene.

public void BeginScene(Color);

Clears the scene then begins the scene.

public void BeginScene(Color,float,int);

Clears the scene then begins the scene.

public void BeginScene(int);

Clears the scene then begins the scene.

public void BeginScene(int,float,int);

Clears the scene then begins the scene.

public void BeginScene(float,int);

See Also

DX9Graphics Class | CBX.Libs.DX9ToolsR4 Namespace