Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Rect Structure / Contains Method
The point to check.


In This Topic
    Contains Method (C1Rect)
    In This Topic
    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