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