ComponentOne Xamarin.Android
Union(C1Rect) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure > Union Method : Union(C1Rect) Method
The rectangle to include.
Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle.
Syntax
'Declaration
 
Public Overloads Sub Union( _
   ByVal rect As C1Rect _
) 
'Usage
 
Dim instance As C1Rect
Dim rect As C1Rect
 
instance.Union(rect)
public void Union( 
   C1Rect rect
)

Parameters

rect
The rectangle to include.
Exceptions
ExceptionDescription
 
See Also

Reference

C1Rect Structure
C1Rect Members
Overload List