SetRectRgn method
Implementation
int SetRectRgn(
ffi.Pointer<HRGN__> hrgn,
int left,
int top,
int right,
int bottom,
) {
return (_SetRectRgn ??=
_dylib.lookupFunction<_c_SetRectRgn, _dart_SetRectRgn>('SetRectRgn'))(
hrgn,
left,
top,
right,
bottom,
);
}