win32gui.Polyline

Polyline(hdc, Points)

Connects a sequence of points using currently selected pen

Parameters

hdc : PyHANDLE

Handle to a device context

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

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