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