Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
Polygon
win32gui
.Polygon
Polygon(
hdc
, Points
)
Draws a closed filled polygon defined by a sequence of points
Parameters
hdc
:
PyHANDLE
Handle to a device context
Points
: [(int,int),...]
Sequence of POINT tuples: ((x,y),...)