AngleArc(hdc, Y, Y, Radius, StartAngle, SweepAngle)
Draws a line from current pos and a section of a circle's arc
Parameters
hdc : PyHANDLE
Handle to a device contextY : int
x pos of circleY : int
y pos of circleRadius : int
Radius of circleStartAngle : float
Angle where arc starts, in degreesSweepAngle : float
Angle that arc covers, in degrees