ArcTo(hdc, LeftRect, TopRect, RightRect, BottomRect, XRadial1, YRadial1, XRadial2, YRadial2)
Draws an arc defined by an ellipse and 2 radials
Parameters
hdc : PyHANDLE
Device context on which to drawLeftRect : int
Left limit of ellipseTopRect : int
Top limit of ellipseRightRect : int
Right limit of ellipseBottomRect : int
Bottom limit of ellipseXRadial1 : int
Horizontal pos of Radial1 endpointYRadial1 : int
Vertical pos of Radial1 endpointXRadial2 : int
Horizontal pos of Radial2 endpointYRadial2 : int
Vertical pos of Radial2 endpointComments
Draws exactly as win32gui::Arc, but changes current drawing position