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