Refresh
From IfsoGUIWiki
Contents |
Declaration
Refresh()
For Gadgets: An Internal Method that Refreshes the gadget. Called after any changes to the gadgets geometry, or any other change that requires something to be recalculated.
For GUI: A Function that Refreshes the GUI, performing all logic and drawing. 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
