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)
copyTo(dest) → {object}
Copies the x, y and diameter properties from this Circle to any given object.
| Name | Type | Description |
|---|---|---|
dest | any | The object to copy to. |
This dest object.
Please login to continue.