←Select platform

Union Method

Summary
Gets a rectangle structure that contains the union of two rectangle structures.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadRect Union( 
   LeadRect a, 
   LeadRect b 
) 
Public Shared Function Union( _ 
   ByVal a As LeadRect, _ 
   ByVal b As LeadRect _ 
) As LeadRect 
LeadRect LeadRectUnion(LeadRect rect1, LeadRect rect2) 
public static LeadRect union(LeadRect a, LeadRect b) 
public: 
static LeadRect Union(  
   LeadRect a, 
   LeadRect b 
)  

Parameters

a
A rectangle to union.

b
A rectangle to union

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.