Funktionreferenz


_WinAPI_GetPolyFillMode


Retrieves the current polygon fill mode

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

Parameter

$hDC Handle to the device context.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetPolyFillMode in der MSDN Bibliothek.