copyTo(source) → {object}
Copies the x, y, width and height properties from this Rectangle to any given object.
Parameters
Name | Type | Description |
---|---|---|
source | any | The object to copy to. |
Returns
object -
This object.
- Source code: geom/Rectangle.js (Line 199)
Please login to continue.