BeginPath function gdi32
Opens a path bracket in the specified device context.
To learn more, see learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-beginpath.
Implementation
@pragma('vm:prefer-inline')
bool BeginPath(HDC hdc) => _BeginPath(hdc) != FALSE;