Returns True if R1 and R2 intersects.
function RectIntersects(const R1: TRect; const R2: TRect): Boolean;
ImagingUtility (at line 291)