Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / Contains Method

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

    Parameters

    x
    y
    See Also