LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Union Method
See Also 
Leadtools Namespace > LeadRect Structure : Union Method



a
A rectangle to union.
b
A rectangle to union
a
A rectangle to union.
b
A rectangle to union
Gets a rectangle structure that contains the union of two rectangle structures. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Shared Function Union( _
   ByVal a As LeadRect, _
   ByVal b As LeadRect _
) As LeadRect
Visual Basic (Usage)Copy Code
Dim a As LeadRect
Dim b As LeadRect
Dim value As LeadRect
 
value = LeadRect.Union(a, b)
C# 
public static LeadRect Union( 
   LeadRect a,
   LeadRect b
)
C++/CLI 
public:
static LeadRect Union( 
   LeadRect a,
   LeadRect b
) 

Parameters

a
A rectangle to union.
b
A rectangle to union

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also