C#
VB
C++
Determines if this rectangle intersects with a test rectangle.
public bool IntersectsWith(
AnnRectangle rect
)
Public Function IntersectsWith( _
ByVal rect As Leadtools.Annotations.AnnRectangle _
) As Boolean
public:
bool IntersectsWith(
Leadtools.Annotations.AnnRectangle 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