FlattenPath function gdi32

int FlattenPath(
  1. int hdc
)

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.

BOOL FlattenPath(
  HDC hdc
);

Implementation

int FlattenPath(int hdc) => _FlattenPath(hdc);