DiagramItem.GetBounds override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override Rect GetBounds () |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetBounds () As Rect |
A System.Windows.Rect instance that specifies the bounds of the link.
See Also