True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / PointAt Method / PointAt(Int32,Int32) Method
The x-coordinate.
The y-coordinate.

In This Topic
    PointAt(Int32,Int32) Method
    In This Topic
    Returns one of the PointAtEnum constants, which indicates the kind of grid element beneath the specified coordinate.
    Syntax
    'Declaration
     
    Public Overloads Function PointAt( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As PointAtEnum
    public PointAtEnum PointAt( 
       System.int x,
       System.int y
    )

    Parameters

    x
    The x-coordinate.
    y
    The y-coordinate.

    Return Value

    The PointAtEnum enumerations under the given coordinate.
    See Also