DX9ToolsR4 - Created by: X

DX9Graphics.BeginScene Method (Color)

Clears the scene then begins the scene.

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

Parameters

Color
The color to use to clear the scene.

See Also

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