C#
VB
Java
Objective-C
C++
Returns an LeadRect structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
Public Overloads Shared Function Intersect( _
ByVal a As Leadtools.LeadRect, _
ByVal b As Leadtools.LeadRect _
) As Leadtools.LeadRect
LeadRect LeadRectIntersect(LeadRect rect1, LeadRect rect2)
public static LeadRect intersectRects(LeadRect rect1, LeadRect rect2)
public:
static Leadtools.LeadRect Intersect(
Leadtools.LeadRect a,
Leadtools.LeadRect b
)
a
A rectangle to intersect.
b
A rectangle to intersect
A third LeadRect structure the size of which represents the overlapped area of the two specified rectangles.
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