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 LeadRect, _
ByVal b As LeadRect _
) As LeadRect
LeadRect LeadRectIntersect(LeadRect rect1, LeadRect rect2)
public static LeadRect intersectRects(LeadRect rect1, LeadRect rect2)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document