C#
VB
Java
Objective-C
C++
Determines if this rectangle intersects with a test rectangle.
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
)
rect
The rectangle to test.
This method returns true if there is any intersection; false otherwise.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET