FillPath function gdi32
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.
BOOL FillPath(
HDC hdc
);
Implementation
int FillPath(int hdc) => _FillPath(hdc);