SetMapperFlags method
Implementation
int SetMapperFlags(
ffi.Pointer<HDC__> hdc,
int flags,
) {
return (_SetMapperFlags ??=
_dylib.lookupFunction<_c_SetMapperFlags, _dart_SetMapperFlags>(
'SetMapperFlags'))(
hdc,
flags,
);
}