DX9ToolsR4 - Created by: X

DX9DDGraphicsWin.Present Method (Boolean)

Renders the scene by drawing the backbuffer onto the front surface.

[Visual Basic]
Overloads Public Sub Present( _
   ByVal Fast As Boolean _
)
[C#]
public void Present(
   bool Fast
);

Parameters

Fast
If True this method will use the DrawFast method to render the scene.

See Also

DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace | DX9DDGraphicsWin.Present Overload List