Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
SetPolyFillMode
win32gui
.SetPolyFillMode
int =
SetPolyFillMode(
hdc
, PolyFillMode
)
Sets the polygon filling mode for a device context
Parameters
hdc
:
PyHANDLE
Handle to a device context
PolyFillMode
: int
One of ALTERNATE or WINDING
Return Value
Returns the previous mode, one of win32con.ALTERNATE or win32con.WINDING