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