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),...)