ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Union Method
A rectangle object.




In This Topic
    Union Method
    In This Topic
    Replaces this rectangle with rectangle that contains itself and another rectangle.
    Syntax
    'Declaration
     
    Public Function Union( _
       ByVal rect As IImGearRectangle _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearRectangle
    Dim rect As IImGearRectangle
    Dim value As Boolean
     
    value = instance.Union(rect)
    public bool Union( 
       IImGearRectangle rect
    )
    public: bool Union( 
       IImGearRectangle* rect
    ) 
    public:
    bool Union( 
       IImGearRectangle^ rect
    ) 

    Parameters

    rect
    A rectangle object.

    Return Value

    Boolean value.
    See Also