←Select platform

Union(LeadRectD,LeadPointD) Method

Summary
Creates a rectangle that is exactly large enough to include the specified rectangle and the specified point
Syntax
C#
C++/CLI
Java
Python
public static LeadRectD Union( 
   LeadRectD rect, 
   LeadPointD point 
) 
public static LeadRectD union( 
   LeadRectD rect, 
   LeadPointD point 
); 
public: 
static LeadRectD Union(  
   LeadRectD rect, 
   LeadPointD point 
)  
def Union(self,rect,point): 

Parameters

rect
The rectangle to include

point
The point to include

Return Value

A rectangle that is exactly large enough to contain the specified rectangle and the specified point.

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.