The BeginPath function opens a path bracket in the specified device context.
BOOL BeginPath( HDC hdc );
int BeginPath(int hdc) => _BeginPath(hdc);