Search
TreeViewNode.itemFromPoint Method
See Also
 

Returns the item at the specified location.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public TreeViewItem itemFromPoint (
    Point2D point
)

 Parameters

point

The point to check.

 Return Value

The TreeViewItem instance that contains the specified point.

 See Also