CloseFigure function gdi32

int CloseFigure(
  1. int hdc
)

The CloseFigure function closes an open figure in a path.

BOOL CloseFigure(
  HDC hdc);

Implementation

int CloseFigure(int hdc) => _CloseFigure(hdc);