Returns true if the two input rectangles, R1 and R2, intersect or overlap.
Namespace: RSGraphics
Delphi |
function RSIntersectRect( const R1, R2: TRect; var R: TRect ): Boolean; overload; |
Parameters
R1
Type: TRect
R2
Type: TRect
R
Type: TRect
Intersection rectangle of R1 and R2
Type: Boolean