OffsetRect function user32
Moves the specified rectangle by the specified offsets.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-offsetrect.
Implementation
@pragma('vm:prefer-inline')
bool OffsetRect(Pointer<RECT> lprc, int dx, int dy) =>
_OffsetRect(lprc, dx, dy) != FALSE;