Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Union Method / Union(Rectangle) Method
A rectangle to union.


In This Topic
    Union(Rectangle) Method
    In This Topic
    Unions the specified Rectangle value with this Rectangle value.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Union( _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As Rectangle
    Dim r As Rectangle
     
    instance.Union(r)
    public void Union( 
       Rectangle r
    )

    Parameters

    r
    A rectangle to union.
    See Also