C#
VB
WinRT C#
C++
Determines whether this LeadRect intersects with a test value.
public static bool IntersectsWith(
Leadtools.LeadRect rect,
Leadtools.LeadRect testRect
)
Public Shared Function IntersectsWith( _
ByVal rect As Leadtools.LeadRect, _
ByVal testRect As Leadtools.LeadRect _
) As Boolean
public static bool IntersectsWith(
Leadtools.LeadRect rect,
Leadtools.LeadRect testRect
)
function Leadtools.LeadRectHelper.IntersectsWith(
rect ,
testRect
)
public:
static bool IntersectsWith(
Leadtools.LeadRect rect,
Leadtools.LeadRect testRect
)
rect
The rectangle object.
testRect
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