Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / Contains Method / Contains(C1Point) Method
The point to check.

In This Topic
    Contains(C1Point) Method
    In This Topic
    Indicates whether the rectangle described by the C1Rect contains the specified point.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal point As C1Point _
    ) As Boolean
    public bool Contains( 
       C1Point point
    )

    Parameters

    point
    The point to check.
    See Also