DroidDiagram Programmer's Guide
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 (
    PointF point
)

 Parameters

point

The point to check.

 Return Value

The TreeViewItem instance that contains the specified point.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace