ImageGear .NET - Updated October 2, 2018
Join Method (IImGearRectangle)




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

Parameters

point
The point interface.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members
IImGearPoint Interface