ImageGear .NET v25.1 - Updated
Join Method (IImGearRectangle)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearRectangle Interface : Join Method
The point interface.
Changes the rectangle’s points to contain the specified point.
Syntax
'Declaration
 
Sub Join( _
   ByVal point As IImGearPoint _
) 
'Usage
 
Dim instance As IImGearRectangle
Dim point As IImGearPoint
 
instance.Join(point)
void Join( 
   IImGearPoint point
)
void Join( 
   IImGearPoint* point
) 
void Join( 
   IImGearPoint^ point
) 

Parameters

point
The point interface.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members
IImGearPoint Interface