SetStretchBltMode method

int SetStretchBltMode(
  1. Pointer<HDC__> hdc,
  2. int mode
)

Implementation

int SetStretchBltMode(
  ffi.Pointer<HDC__> hdc,
  int mode,
) {
  return (_SetStretchBltMode ??=
      _dylib.lookupFunction<_c_SetStretchBltMode, _dart_SetStretchBltMode>(
          'SetStretchBltMode'))(
    hdc,
    mode,
  );
}