win32gui.PolyBezierTo

PolyBezierTo(hdc, Points)

Draws a series of Bezier curves starting from current drawing position.

Parameters

hdc : PyHANDLE

Handle to a device context

Points : [(int,int),...]

Sequence of POINT tuples: ((x,y),...).

Comments

Points must contain 3 points for each curve. Current position is updated with last endpoint.