CloseFigure function gdi32

bool CloseFigure(
  1. HDC hdc
)

Closes an open figure in a path.

To learn more, see learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-closefigure.

Implementation

@pragma('vm:prefer-inline')
bool CloseFigure(HDC hdc) => _CloseFigure(hdc) != FALSE;