Gets the node at a specified location from the origin of the control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public GridCell GetCellAt(
PointF location
)
Public Function GetCellAt (
location As PointF
) As GridCell
member GetCellAt :
location : PointF -> GridCell
Parameters
- location
- Type: Eto.DrawingPointF
Point to find the node
Return Value
Type:
GridCellThe item from the data store that is displayed at the specified location
Remarks
Useful for determining which node is under the mouse cursor.
See Also