Constructor for the Rect object
Source position: line 0
constructor Rect.Rect;constructor Rect.Rect(
const p: TPoint
);constructor Rect.Rect(
ix: Integer;
iy: Integer;
iw: Integer = 0;
ih: Integer = 0
const r: Rect
);