circle

MJS / AC Piece API / graphics / done
circle(x, y, radius)

Draw a filled circle centered at (x,y) with the specified radius using the current ink color.

Parameters

Name Type Required Description
x, y number yes Circle center coordinates.
radius number yes Circle radius in pixels.

Returns

void

Runtime Notes

No additional runtime notes yet.

Details

No additional details yet.

Live Preview

Embedded AC preview