DroidDiagram Programmer's Guide
TreeViewNode.getItemRect Method
See Also
 






Gets the location and size of the specified TreeViewItem.

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

 Syntax

Java  Copy Code

public RectF getItemRect (
    TreeViewItem treeItem
)

 Parameters

treeItem

A TreeViewItem instance.

 Return Value

A RectF specifying the item's position and size.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace