ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Join Method
The point.




In This Topic
Join Method (ImGearRectangle)
In This Topic
Changes the rectangle's points to contain the specified point.
Syntax
'Declaration
 
Public Sub Join( _
   ByVal point As IImGearPoint _
) 
 
'Usage
 
Dim instance As ImGearRectangle
Dim point As IImGearPoint
 
instance.Join(point)

Parameters

point
The point.
See Also