FillPath function (wingdi.h)
The FillPath function closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode.
C++
BOOL FillPath(
[in] HDC hdc
);
[in] hdc
A handle to a device context that contains a valid path.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
After its interior is filled, the path is discarded from the DC identified by the hdc parameter.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | wingdi.h (include Windows.h) |
Library | Gdi32.lib |
DLL | Gdi32.dll |