offset(dx, dy) → {Circle}
Adjusts the location of the Circle object, as determined by its center coordinate, by the specified amounts.
Parameters
Name | Type | Description |
---|---|---|
dx | number | Moves the x value of the Circle object by this amount. |
dy | number | Moves the y value of the Circle object by this amount. |
Returns
Circle -
This Circle object.
- Source code: geom/Circle.js (Line 219)
Please login to continue.