Spread WinForms 15
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)

Parameters

r
A rectangle to union.
See Also