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