Skip to content

Sketch Circle

Draw a circle using Processing-style coordinates: center x, center y, and diameter.

Parameters

Parameter Description
Sketch Component Sketch canvas to draw on.
X Circle center X in sketch coordinates.
Y Circle center Y in sketch coordinates.
Diameter Circle diameter in sketch pixels.

Notes

  • The interior uses the current fill settings.
  • The outline uses the current stroke color and stroke weight.
  • Use Sketch No Fill or Sketch No Stroke to change how the circle is rendered.