C#
VB
C++
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
public static AnnRectangle Union(
AnnRectangle a,
AnnRectangle b
)
Public Shared Function Union( _
ByVal a As Leadtools.Annotations.AnnRectangle, _
ByVal b As Leadtools.Annotations.AnnRectangle _
) As Leadtools.Annotations.AnnRectangle
public:
static Leadtools.Annotations.AnnRectangle Union(
Leadtools.Annotations.AnnRectangle a,
Leadtools.Annotations.AnnRectangle b
)
a
A rectangle to union.
b
A rectangle to union.
A third AnnRectangle structure that contains both of the two rectangles that form the union.
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