Name

ellipse()

Examples
ellipse(56, 46, 55, 55)
Description Draws an ellipse (oval) to the screen. An ellipse with equal width and height is a circle. By default, the first two parameters set the location, and the third and fourth parameters set the shape's width and height. The origin may be changed with the ellipseMode() function.
Syntax
ellipse(a, b, c, d)
Parameters
afloat: x-coordinate of the ellipse
bfloat: y-coordinate of the ellipse
cfloat: width of the ellipse by default
dfloat: height of the ellipse by default
Related ellipseMode()
arc()

Updated on Tue Feb 27 14:07:12 2024.

If you see any errors or have comments, please let us know.