FillPath function gdi32

int FillPath(
  1. int hdc
)

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);