Search
TreeViewNode.GetItemRect Method
See Also
 





Gets the location and size of the specified TreeViewItem.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF GetItemRect (
    TreeViewItem treeItem
)

Visual Basic  Copy Code

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

 Parameters

treeItem
A TreeViewItem instance.

 Return Value

A .NET RectangleF specifying the item's position and size.

 See Also