Funktionreferenz


_WinAPI_SetPolyFillMode


Sets the polygon fill mode for functions that fill polygons

#include <WinAPIGdi.au3>
_WinAPI_SetPolyFillMode ( $hDC [, $iMode = 1] )

Parameter

$hDC Handle to the device context.
$iMode [optional] The new fill mode. This parameter can be one of the following values.
$ALTERNATE (Default)
$WINDING

Rückgabewert

Success: The previous filling mode.
Failure: 0.

Bemerkungen

None.

Siehe auch

Suche nach SetPolyFillMode in der MSDN Bibliothek.