DX9ToolsR4 - Created by: X

DX9Graphics.EndScene Method (IntPtr)

Ends the scene and calls present.

[Visual Basic]
Overloads Public Sub EndScene( _
   ByVal OverrideWindowHandle As IntPtr _
)
[C#]
public void EndScene(
   IntPtr OverrideWindowHandle
);

Parameters

OverrideWindowHandle
Destination window whose client area is taken as the target for this presentation. If this parameter is not used, PresentParameters.DeviceWindow is taken.

See Also

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