Moves the rectangle origin to the given coordinates.
Source position: lclproc.pas line 123
procedure MoveRect(
var ARect: TRect;
x: Integer;
y: Integer
);