Class Fz2D.Size
| Defined in: | src/scene/size.coffee |
Overview
Public: Size
Instance Method Summary
- ::constructor(w = 0, h = 0) Constructor.
- ::equals(s) Compares size to another size.
- ::isNull() Returns true if the size is null, otherwise false.
- ::set(w, y) Sets the components of the point.
Constructor Details
::constructor(w = 0, h = 0) Source
Public: Constructor.
w - width (default: 0)
h - height (default: 0)