Search
TreeViewNode.GetItemRect Method
See Also
 






Gets the location and size of the specified TreeViewItem.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect GetItemRect (
    TreeViewItem treeItem
)

Visual Basic  Copy Code

Public Function GetItemRect( _
    treeItem As TreeViewItem _
) As Rect

 Parameters

treeItem

A TreeViewItem instance.

 Return Value

A Rectangle specifying the item's position and size.

 See Also