DX9ToolsR4 - Created by: X

DX9Graphics.Present Method (Control)

Presents the scene.

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

Parameters

OverrideWindow
Pointer to a destination window whose client area is taken as the target for this presentation. If this parameter is omitted, PresentParameters.DeviceWindow is taken.

See Also

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