Move Left/Right by dx, Top/Bottom by dy. Return Top and Left are >= 0.
Source position: winapih.inc line 333
function OffsetRect(
var Rect: TRect;
dx: Integer;
dy: Integer
):Boolean;