arc method

arc

def arc(self, x, y, radius, start_angle, end_angle):
    ...
ParameterTypeDescription
xfloat
yfloat
radiusfloat
start_anglefloat
end_anglefloat

arc

def arc(self, x, y, radius, start_angle, end_angle, counterclockwise):
    ...
ParameterTypeDescription
xfloat
yfloat
radiusfloat
start_anglefloat
end_anglefloat
counterclockwisebool

See Also