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