win32gui.PolylineTo

PolylineTo(hdc, Points)

Draws a series of lines starting from current position. Updates current position with end point.

Parameters

hdc : PyHANDLE

Handle to a device context

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

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