ImageGear v26.3 - Updated
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)
    void Join( 
       IImGearPoint point
    )
    void Join( 
       IImGearPoint* point
    ) 
    void Join( 
       IImGearPoint^ point
    ) 

    Parameters

    point
    The point interface.
    See Also