C#
VB
C++
Returns an AnnRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
public static AnnRectangle Intersect(
AnnRectangle a,
AnnRectangle b
)
Public Overloads Shared Function Intersect( _
ByVal a As Leadtools.Annotations.AnnRectangle, _
ByVal b As Leadtools.Annotations.AnnRectangle _
) As Leadtools.Annotations.AnnRectangle
public:
static Leadtools.Annotations.AnnRectangle Intersect(
Leadtools.Annotations.AnnRectangle a,
Leadtools.Annotations.AnnRectangle b
)
a
A rectangle to intersect.
b
A rectangle to intersect
A third AnnRectangle 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