Render

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

Render()
Draws the GUI. You must either call Refresh() to update the entire GUI in one call, or Logic() and Render() to update the logic before drawing the GUI. This is useful if you are separating your logic calls from your drawing routines.

Returns

Nothing

Parameters

None

Gadget Information

Pertains to GUI.

Example

Personal tools