DX9ToolsR4 - Created by: X

DX9Graphics.EndScene Method (Rectangle, Control, Boolean)

Ends the scene and calls present.

[Visual Basic]
Overloads Public Sub EndScene( _
   ByVal RectPresent As Rectangle, _
   ByVal OverrideWindow As Control, _
   ByVal SourceRectangle As Boolean _
)
[C#]
public void EndScene(
   Rectangle RectPresent,
   Control OverrideWindow,
   bool SourceRectangle
);

Parameters

RectPresent
The Rectangle to present.
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.
SourceRectangle
Value that is set to true if a Rectangle is being passed to the rectPresent parameter.

See Also

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