circle(x, y, radius)
Draw a filled circle centered at (x,y) with the specified radius using the current ink color.
| Name | Type | Required | Description |
|---|---|---|---|
x, y |
number | yes | Circle center coordinates. |
radius |
number | yes | Circle radius in pixels. |
void
No additional runtime notes yet.
No additional details yet.