Function Reference


_WinAPI_GetPolyFillMode

Retrieves the current polygon fill mode

#include <WinAPIGdi.au3>
_WinAPI_GetPolyFillMode ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The polygon fill mode, which can be one of the following values.
$ALTERNATE
$WINDING
Failure: 0.

See Also

Search GetPolyFillMode in MSDN Library.