←Select platform

IntersectsWith Method (LeadRect)

Summary

Determines if this rectangle intersects with a test rectangle.

Syntax

C#
VB
Java
Objective-C
C++
public bool IntersectsWith(  
   Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize