DX9ToolsR4 - Created by: X

DX9DDGraphicsFull.Present Method

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.

Overload List

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);

See Also

DX9DDGraphicsFull Class | CBX.Libs.DX9ToolsR4 Namespace