draw_oval method

draw_oval

Draws an oval.

def draw_oval(self, x, y, width, height):
    ...
ParameterTypeDescription
xfloatX coordinate of center of the oval.
yfloatY coordinate of center of the oval.
widthfloatA width of circumscribed rectangle.
heightfloatA height of circumscribed rectangle.

See Also