Funktionreferenz


_WinAPI_FillPath


Closes any open figures in the current path and fills the path's interior by using the current brush

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

Parameter

$hDC Handle to a device context that contains a valid path.

Rückgabewert

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information

Bemerkungen

After its interior is filled, the path is discarded from the DC identified by the $hDC parameter.

Siehe auch

Suche nach FillPath in der MSDN Bibliothek.