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.

Syntax

BOOL FillPath(
  [in] HDC hdc
);

Parameters

[in] hdc

A handle to a device context that contains a valid path.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Remarks

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

Requirements

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

See also

BeginPath

Path Functions

Paths Overview

SetPolyFillMode

StrokeAndFillPath

StrokePath