ImageGear .NET v25.1 - Updated
Union Method




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : Union Method
A rectangle object.
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

Reference

ImGearRectangle Structure
ImGearRectangle Members