←Select platform

IntersectsWith Method

Summary

Determines if this rectangle intersects with a test rectangle.

Syntax

C#
VB
Java
Objective-C
C++
public bool IntersectsWith( 
   LeadRect rect 
) 
Public Function IntersectsWith( _ 
   ByVal rect As Leadtools.LeadRect _ 
) As Boolean 
BOOL LeadRectIntersectsRect(LeadRect rect1, LeadRect rect2) 
public boolean intersectsWith(LeadRect rect) 
public: 
bool IntersectsWith(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly