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