Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Contains Method


In This Topic
    Contains Method (Rectangle)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Boolean
    'Usage
     
    Dim instance As Rectangle
    Dim x As Double
    Dim y As Double
    Dim value As Boolean
     
    value = instance.Contains(x, y)
    public bool Contains( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also