Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectD Structure / Contains Method / Contains(Double,Double) Method

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 System.Double, _
       ByVal y As System.Double _
    ) As System.Boolean
    public System.bool Contains( 
       System.double x,
       System.double y
    )

    Parameters

    x
    y
    See Also