Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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
) 

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)