GetStretchBltMode method

int GetStretchBltMode(
  1. Pointer<HDC__> hdc
)

Implementation

int GetStretchBltMode(
  ffi.Pointer<HDC__> hdc,
) {
  return (_GetStretchBltMode ??=
      _dylib.lookupFunction<_c_GetStretchBltMode, _dart_GetStretchBltMode>(
          'GetStretchBltMode'))(
    hdc,
  );
}