Returns true if the two input rectangles, R1 and R2, intersect or overlap.
Namespace: RSGraphics
Delphi |
function RSIntersectRect( const R1, R2: TRSRect ): Boolean; overload; |
Parameters
R1
Type: System.Void
R2
Type: System.Void
Type: Boolean