$getSize
returns the current size of the component
array $getSize( [number dx,number dy] );
number | base width | | dy |
number | base height |
Details
The method is used in the inner sizing logic and not intended for direct use.
To get component sizes, please use the $width and $height properties
An array of sizes
The returning array contains 5 sizes of the components:
- min width
- max width
- min height
- max height
- gravity
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.