←Select platform

IntersectsWith Method

Summary
Determines if this rectangle intersects with a test rectangle.
Syntax
C#
VB
Objective-C
C++
Java
public bool IntersectsWith( 
   LeadRect rect 
) 
Public Function IntersectsWith( _ 
   ByVal rect As LeadRect _ 
) As Boolean 
BOOL LeadRectIntersectsRect(LeadRect rect1, LeadRect rect2) 
public boolean intersectsWith(LeadRect rect) 
public: 
bool IntersectsWith(  
   LeadRect rect 
)  

Parameters

rect
The rectangle to test.

Return Value

This method returns true if there is any intersection; false otherwise.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.