offsetPoint(point) → {Circle}
Adjusts the location of the Circle object using a Point object as a parameter. This method is similar to the Circle.offset() method, except that it takes a Point object as a parameter.
Parameters
Name | Type | Description |
---|---|---|
point | Point | A Point object to use to offset this Circle object (or any valid object with exposed x and y properties). |
Returns
Circle -
This Circle object.
- Source code: geom/Circle.js (Line 235)
Please login to continue.