ComponentOne Xamarin.Android
Contains Method (C1Rect)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : Contains Method
The point to check.
Indicates whether the rectangle described by the C1Rect contains the specified point.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal point As C1Point _
) As Boolean
'Usage
 
Dim instance As C1Rect
Dim point As C1Point
Dim value As Boolean
 
value = instance.Contains(point)
public bool Contains( 
   C1Point point
)

Parameters

point
The point to check.
See Also

Reference

C1Rect Structure
C1Rect Members