ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Contains Method / Contains(Double,Double) Method
The x-coordinate of the point to test.
The y-coordinate of the point to test.

In This Topic
    Contains(Double,Double) Method
    In This Topic
    Determines if the specified point is contained within this rectangle.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Boolean
    public bool Contains( 
       double x,
       double y
    )

    Parameters

    x
    The x-coordinate of the point to test.
    y
    The y-coordinate of the point to test.
    See Also