DX9ToolsR4 - Created by: X

DX9Graphics.EndScene Method

Ends the scene.

Overload List

Ends the scene.

public void EndScene(bool);

Ends the scene and calls present.

public void EndScene(Rectangle,bool);

Ends the scene and calls present.

public void EndScene(Rectangle,Rectangle,IntPtr);

Ends the scene and calls present.

public void EndScene(Rectangle,IntPtr,bool);

Ends the scene and calls present.

public void EndScene(Rectangle,Control,bool);

Ends the scene and calls present.

public void EndScene(IntPtr);

Ends the scene and calls present.

public void EndScene(Control);

See Also

DX9Graphics Class | CBX.Libs.DX9ToolsR4 Namespace