Renders the scene by drawing the backbuffer onto the front surface. This method only uses the Surface.Draw method using DirectDraw.DrawFlags.Wait as a flag parameter.
Renders the scene by drawing the backbuffer onto the front surface. This method only uses the Surface.Draw method using DirectDraw.DrawFlags.Wait as a flag parameter.
public void Present();
Renders the scene by drawing the backbuffer onto the front surface. This method only uses the Surface.DrawFast method.
public void Present(DrawFastFlags);
Renders the scene by drawing the backbuffer onto the front surface. This method only uses the Surface.Draw method.
public void Present(DrawFlags);
Renders the scene by drawing the backbuffer onto the front surface.
public void Present(bool);
DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace