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