ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / GetCellAtPoint Method / GetCellAtPoint(Int32,Int32) Method

In This Topic
    GetCellAtPoint(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellAtPoint( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.Drawing.Point
    public System.Drawing.Point GetCellAtPoint( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also