LEADTOOLS Annotations (Leadtools.Annotations assembly)

Union Method

Show in webframe





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
) 

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

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.