Returns rectangle (X, Y, X + Width, Y + Height).
function BoundsToRect(X: LongInt; Y: LongInt; Width: LongInt; Height: LongInt): TRect; overload;
ImagingUtility (at line 268)