ComponentOne Xamarin.Android
Union(C1Point) Method


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

Parameters

point
The point to include.
Exceptions
ExceptionDescription
 
See Also

Reference

C1Rect Structure
C1Rect Members
Overload List