C#
VB
Java
Objective-C
C++
Returns the intersection of the specified rectangles.
Public Shared Function IntersectRects( _
ByVal rect1 As Leadtools.LeadRectD, _
ByVal rect2 As Leadtools.LeadRectD _
) As Leadtools.LeadRectD
public:
static Leadtools.LeadRectD IntersectRects(
Leadtools.LeadRectD rect1,
Leadtools.LeadRectD rect2
)
rect1
The first rectangle to compare
rect2
The second rectangle to compare
The intersection of the two rectangles, or Empty if no intersection exists.
If no intersection exists, the methods returns Empty.
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