←Select platform

Union Method

Summary
Gets a rectangle structure that contains the union of two rectangle structures.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadRect Union( 
   LeadRect a, 
   LeadRect b 
) 
LeadRect LeadRectUnion(LeadRect rect1, LeadRect rect2) 
public static LeadRect union( 
   LeadRect a, 
   LeadRect b 
); 
public: 
static LeadRect Union(  
   LeadRect a, 
   LeadRect b 
)  
def Union(self,a,b): 

Parameters

a
A rectangle to union.

b
A rectangle to union

Requirements

Target Platforms

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

Leadtools Assembly

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