Retrieves the current polygon fill mode
#include <WinAPIGdi.au3>
_WinAPI_GetPolyFillMode ( $hDC )
$hDC | Handle to the device context. |
Success: | The polygon fill mode, which can be one of the following values. $ALTERNATE $WINDING |
Failure: | 0. |
Search GetPolyFillMode in MSDN Library.