Navigation: Code Documentation > RSVclCommon > RSGraphics > Routines
RSIntersectRect(TRect,TRect) Method
Returns true if the two input rectangles, R1 and R2, intersect or overlap.
Namespace: RSGraphics
Delphi
function RSIntersectRect( const R1, R2: TRect ): Boolean; overload;
Parameters
R1
Type: TRect
R2
Type: Boolean
•RSGraphics.RSIntersectRect(TRect,TRect,TRect)
•RSGraphics.RSIntersectRect(TRSPoint,TRSPoint,TRSRect,TRSPoints)
•RSGraphics.RSIntersectRect(TRSRect,TRSRect)
•RSGraphics.RSIntersectRect(TRSRect,TRSRect,TRSRect)
•RSGraphics