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