SetBoundsRect method
Implementation
int SetBoundsRect(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<LPRECT> lprect,
int flags,
) {
return (_SetBoundsRect ??=
_dylib.lookupFunction<_c_SetBoundsRect, _dart_SetBoundsRect>(
'SetBoundsRect'))(
hdc,
lprect,
flags,
);
}