C#
VB
Java
Objective-C
C++
Gets a rectangle structure that contains the union of two rectangle structures.
Public Shared Function Union( _
ByVal a As Leadtools.LeadRect, _
ByVal b As Leadtools.LeadRect _
) As Leadtools.LeadRect
LeadRect LeadRectUnion(LeadRect rect1, LeadRect rect2)
public:
static Leadtools.LeadRect Union(
Leadtools.LeadRect a,
Leadtools.LeadRect b
)
a
A rectangle to union.
b
A rectangle to 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