FlattenPath function (wingdi.h)

The FlattenPath function transforms any curves in the path that is selected into the current device context (DC), turning each curve into a sequence of lines.

Syntax

BOOL FlattenPath(
  [in] HDC hdc
);

Parameters

[in] hdc

A handle to a DC 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.

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

Path Functions

Paths Overview

WidenPath