Retrieves the bounding rectangle of the specified item within the current diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static Rect GetItemBounds ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function GetItemBounds( _ |
A .NET Rect object specifying the item's bounding rectangle.
See Also