WidenPath method

int WidenPath(
  1. Pointer<HDC__> hdc
)

Implementation

int WidenPath(
  ffi.Pointer<HDC__> hdc,
) {
  return (_WidenPath ??=
      _dylib.lookupFunction<_c_WidenPath, _dart_WidenPath>('WidenPath'))(
    hdc,
  );
}