ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Join Method
The point interface.




In This Topic
Join Method (IImGearRectangle)
In This Topic
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)

Parameters

point
The point interface.
See Also