getRadius()
Return the circle's radius.
NOTE: setRadius() is only available for Circle and ArcCircle objects.
Parameters
Once an object circle has been created, you can use the following function:
circle.getRadius()
Returns
return radius
| Value | Type | Description |
|---|---|---|
| radius | int or float |
The circle's radius, in pixels. |