Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Union(LeadRectD,LeadPointD) Method








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
)
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

Error processing SSI file