DX9ToolsR4 - Created by: X

DX9Graphics.BeginScene Method (Int32)

Clears the scene then begins the scene.

[Visual Basic]
Overloads Public Sub BeginScene( _
   ByVal Color As Integer _
)
[C#]
public void BeginScene(
   int Color
);

Parameters

Color
The color to use to clear the scene.

See Also

DX9Graphics Class | CBX.Libs.DX9ToolsR4 Namespace | DX9Graphics.BeginScene Overload List