https://docs.hise.audio/scripting/scripting-api/rectangle/index.html
Note that for backwards compatibility, HISE will still use the JS arrays for all methods or callbacks that return a rectangle (eg. ScriptComponent.getLocalBounds() or the obj.area property in LAF functions). In order to change that you can enable the preprocessor HISE_USE_SCRIPT_RECTANGLE_OBJECT=1 , then it will return a Rectangle object for the full experience.



