ellipse method

ellipse

def ellipse(self, x, y, radius_x, radius_y, rotation, start_angle, end_angle):
    ...
ParameterTypeDescription
xfloat
yfloat
radius_xfloat
radius_yfloat
rotationfloat
start_anglefloat
end_anglefloat

ellipse

def ellipse(self, x, y, radius_x, radius_y, rotation, start_angle, end_angle, anticlockwise):
    ...
ParameterTypeDescription
xfloat
yfloat
radius_xfloat
radius_yfloat
rotationfloat
start_anglefloat
end_anglefloat
anticlockwisebool

See Also