←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
Java
C++
public static LeadRectD Union( 
   LeadRectD rect, 
   LeadPointD point 
) 
Public Overloads Shared Function Union( _ 
   ByVal rect As Leadtools.LeadRectD, _ 
   ByVal point As Leadtools.LeadPointD _ 
) As Leadtools.LeadRectD 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly