Adjusts an rectangle to fit entirely into another one.
Source position: lclproc.pas line 124
procedure MoveRectToFit(
var ARect: TRect;
const MaxRect: TRect
);
MaxRect
The bounding rectangle.