ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : Join Method |
'Declaration Public Sub Join( _ ByVal point As IImGearPoint _ )
'Usage Dim instance As ImGearRectangle Dim point As IImGearPoint instance.Join(point)
public void Join( IImGearPoint point )
public: void Join( IImGearPoint* point )
public: void Join( IImGearPoint^ point )