MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.ItemFromPoint Method
See Also
 





Returns the item at the specified location.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public TreeViewItem ItemFromPoint (
    Point point,
    bool isDiagramCoordinate
)

Visual Basic  Copy Code

Public Function ItemFromPoint( _
    point As Point, _
    isDiagramCoordinate As Boolean _
) As TreeViewItem

 Parameters

point

The point to check.

isDiagramCoordinate
true if the point is specified in logical diagram coordinates; false if the point is specified in WPF points.

 Return Value

The TreeViewItem instance that contains the specified point.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace