BeginPath function gdi32

bool BeginPath(
  1. HDC hdc
)

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;