Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
Polyline
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),...)