Gets the node at a specified point from the origin of the control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ITreeItem GetNodeAt(
PointF point
)
Public Function GetNodeAt (
point As PointF
) As ITreeItem
member GetNodeAt :
point : PointF -> ITreeItem
Parameters
- point
- Type: Eto.DrawingPointF
Point to find the node
Return Value
Type:
ITreeItemThe 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