BeginPath function gdi32

int BeginPath(
  1. int hdc
)

The BeginPath function opens a path bracket in the specified device context.

BOOL BeginPath(
  HDC hdc
);

Implementation

int BeginPath(int hdc) => _BeginPath(hdc);