DX9ToolsR4 - Created by: X | |
GUIIndexed.Render Method
Used to render the gui.
[Visual Basic]Overridable Public Sub Render( _
ByVal
Device As
Device, _
Optional ByVal
RenderChildren As
Boolean = True _
) Implements _
IGUI.Render
Parameters
- Device
- A reference to a Direct3D.Device type.
- RenderChildren
- If true then all chindren need to be rendered also.
Return Value
Implements
IGUI.Render
See Also
GUIIndexed Class | CBX.Libs.DX9ToolsR4.GUI Namespace