Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Contains Method / Contains(PointD) Method
The PointD to test.

In This Topic
    Contains(PointD) Method
    In This Topic
    Tests whether the specified point is contained within the current RectangleD.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal pt As PointD _
    ) As Boolean
    public bool Contains( 
       PointD pt
    )

    Parameters

    pt
    The PointD to test.

    Return Value

    true if pt is contained within the current RectangleD structure, false otherwise.
    See Also