Skip to content

Sketch Ellipse

Draw an ellipse using Processing-style coordinates: center x, center y, width, and height.

Parameters

Parameter Description
Sketch Component Sketch canvas to draw on.
X Ellipse center X in sketch coordinates.
Y Ellipse center Y in sketch coordinates.
Width Ellipse width in sketch pixels.
Height Ellipse height in sketch pixels.

Notes

  • The interior uses the current fill settings.
  • The outline uses the current stroke color and stroke weight.
  • A width or height of zero produces no visible shape.