ComponentOne Xamarin.Android
Intersect Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : Intersect Method
The rectangle to intersect with the current rectangle.
Finds the intersection of the rectangle represented by the C1Rect and the rectangle represented by the specified C1Rect, and stores the result as the current C1Rect.
Syntax
'Declaration
 
Public Sub Intersect( _
   ByVal rect As C1Rect _
) 
'Usage
 
Dim instance As C1Rect
Dim rect As C1Rect
 
instance.Intersect(rect)
public void Intersect( 
   C1Rect rect
)

Parameters

rect
The rectangle to intersect with the current rectangle.
See Also

Reference

C1Rect Structure
C1Rect Members