empty : boolean
Determines whether or not this Rectangle object is empty. A Rectangle object is empty if its width or height is less than or equal to 0.
If set to true then all of the Rectangle properties are set to 0. Gets or sets the Rectangles empty state.
- Source code: geom/Rectangle.js (Line 736)
Please login to continue.