SetResolution
From IfsoGUIWiki
Contents |
Declaration
SetResolution(Width:Int, Height:Int)
Informs the GUI system of the resolution of the graphics window.
Virtual Resolutions (available in BlitzMax 1.36) - If you are using virtual resolutions and wish ifsoGUI to use the virtual resolution, SetResolution() should be set to the virtual resolution dimensions. If you do not want ifsoGUI to draw using the virtual resolution, then SetResolution() to the actual window/screen dimensions.
Returns
Nothing
Parameters
- Width:Int - Width in pixels.
- Height:Int - Height in Pixels.
Gadget Information
Pertains to GUI.
