BeginPath method

int BeginPath(
  1. Pointer<HDC__> hdc
)

Implementation

int BeginPath(
  ffi.Pointer<HDC__> hdc,
) {
  return (_BeginPath ??=
      _dylib.lookupFunction<_c_BeginPath, _dart_BeginPath>('BeginPath'))(
    hdc,
  );
}