ellipse() Shape 2D Primitives Web & Application ellipse_.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 ellipse int or float: y-coordinate of the ellipse int or float: width of the ellipse int or float: height of the ellipse None ellipseMode() 1.0 Function Core