win32gui.PolyBezierTo
PolyBezierTo(hdc, Points)
Draws a series of Bezier curves starting from current drawing position.
Parameters
Comments
Points must contain 3 points for each curve. Current position is updated with last endpoint.
PolyBezierTo(hdc, Points)
Draws a series of Bezier curves starting from current drawing position.