BeginPath method

int BeginPath(
  1. Pointer<HDC__> hdc
)

Implementation

int BeginPath(
  ffi.Pointer<HDC__> hdc,
) {
  return _BeginPath(
    hdc,
  );
}