LEADTOOLS (Leadtools assembly)

Union(LeadRectD,LeadPointD) Method

Show in webframe







The rectangle to include
The point to include
Creates a rectangle that is exactly large enough to include the specified rectangle and the specified point
Syntax
public static LeadRectD Union( 
   LeadRectD rect,
   LeadPointD point
)
'Declaration
 
Public Overloads Shared Function Union( _
   ByVal rect As LeadRectD, _
   ByVal point As LeadPointD _
) As LeadRectD
'Usage
 
Dim rect As LeadRectD
Dim point As LeadPointD
Dim value As LeadRectD
 
value = LeadRectD.Union(rect, point)
public static LeadRectD Union( 
   LeadRectD rect,
   LeadPointD point
)

            

            
 function Leadtools.LeadRectD.Union(LeadRectD,LeadPointD)( 
   rect ,
   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

See Also

Reference

LeadRectD Structure
LeadRectD Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.