Load9Image2
From IfsoGUIWiki
Internal Function - Should only be called by the GUI and or a gadget.
Contents |
Declaration
Load9Image2(srcpath:String, dimensions:String[], gImage:ifsoGUI_Image Var, strSkin:String = "")
Loads the graphics for an image in 9 standard parts.
Returns
Nothing
Parameters
- srcpath:String - Path to the image file to load.
- dimensions:String[] - Array containing the dimensions from the dimensions file.
- gImage:ifsoGUI_Image - ifsoGUI_Image that will be overwritten by the image and arrays that describe the gadget graphics.
- strSkin:String = "" - Path of the skin to load if loading a skin for just one instance of a gadget. Defaults to "".
Gadget Information
Internal Function - Should only be called by the GUI and or a gadget.
