LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Union Method






A rectangle to union.
A rectangle to union.
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Syntax
public static AnnRectangle Union( 
   AnnRectangle a,
   AnnRectangle b
)
'Declaration
 
Public Shared Function Union( _
   ByVal a As AnnRectangle, _
   ByVal b As AnnRectangle _
) As AnnRectangle
'Usage
 
Dim a As AnnRectangle
Dim b As AnnRectangle
Dim value As AnnRectangle
 
value = AnnRectangle.Union(a, b)
public static AnnRectangle Union( 
   AnnRectangle a,
   AnnRectangle b
)
 function Leadtools.Annotations.AnnRectangle.Union( 
   a ,
   b 
)
public:
static AnnRectangle Union( 
   AnnRectangle a,
   AnnRectangle b
) 

Parameters

a
A rectangle to union.
b
A rectangle to union.

Return Value

A third AnnRectangle structure that contains both of the two rectangles that form the union.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.