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