Ends the scene.
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);
DX9Graphics Class | CBX.Libs.DX9ToolsR4 Namespace