←Select platform

IntersectsWith Method

Summary
Determines if this rectangle intersects with a test rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IntersectsWith( 
   LeadRect rect 
) 
BOOL LeadRectIntersectsRect(LeadRect rect1, LeadRect rect2) 
public boolean intersectsWith( 
   LeadRect rect 
); 
public: 
bool IntersectsWith(  
   LeadRect rect 
)  
def IntersectsWith(self,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 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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