ellipse()Shape2D PrimitivesWeb & Applicationellipse_.gif
ellipse(56, 46, 55, 55);
Draws an ellipse (oval) in the display window. An ellipse with an equal width and height is a circle. The first two parameters set the location, the third sets the width, and the fourth sets the height. The origin may be changed with the ellipseMode() function.
ellipse(x, y, width, height)
int or float: x-coordinate of the ellipseint or float: y-coordinate of the ellipseint or float: width of the ellipseint or float: height of the ellipseNone
ellipseMode()
1.0FunctionCore