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