←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#
VB
C++
Java
public static LeadRectD Union( 
   LeadRectD rect, 
   LeadPointD point 
) 
Public Overloads Shared Function Union( _ 
   ByVal rect As LeadRectD, _ 
   ByVal point As LeadPointD _ 
) As LeadRectD 
public static LeadRectD union(LeadRectD rect, LeadPointD point) 
public: 
static LeadRectD Union(  
   LeadRectD rect, 
   LeadPointD 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly