DX9ToolsR4 - Created by: X

IGUI.Render Method 

Used to render the gui.

[Visual Basic]
Sub Render( _
   ByVal Device As Device, _
   Optional ByVal RenderChildren As Boolean = True _
)
[C#]
void Render(
   Device Device,
   bool RenderChildren
);

Parameters

Device
A reference to a Direct3D.Device type.
RenderChildren
If true then all chindren need to be rendered also.

Return Value

See Also

IGUI Interface | CBX.Libs.DX9ToolsR4.GUI Namespace