ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

rect
A rectangle object.

Return Value

Boolean value.
See Also