DX9ToolsR4 - Created by: X

DX9DDGraphicsWin.Present Method (DrawFlags)

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

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

Parameters

Flags
Allows specific draw flags to be specified.

See Also

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