ImageGear22.Core Assembly > ImageGear.Core Namespace > IImGearRectangle Interface : Join Method |
'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 )