DX9ToolsR4 - Created by: X

DX9DDGraphicsWin.Present Method (DrawFastFlags)

Renders the scene by drawing the backbuffer onto the front surface. This method only uses the Surface.DrawFast method.

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

Parameters

Fast
Allows specific draw fast flags to be specified.

See Also

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