C#
VB
C++
Gets a Rectangle structure that contains the union of two Rectangle structures.
public static LogicalRectangle Union(LogicalRectangle rect1,LogicalRectangle rect2)
Public Shared Function Union( _ByVal rect1 As Leadtools.Forms.LogicalRectangle, _ByVal rect2 As Leadtools.Forms.LogicalRectangle _) As Leadtools.Forms.LogicalRectangle
public:static Leadtools.Forms.LogicalRectangle Union(Leadtools.Forms.LogicalRectangle rect1,Leadtools.Forms.LogicalRectangle rect2)
rect1
A rectangle to union.
rect2
A rectangle to union.
The two rectangles should have the same unit of measurement. If the unit is not the same the union process will be done according to the rect1 unit of measurement.
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
