Gets the bounding rectangle of this node, when it is rotated at the specified angle around the specified pivot.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected static Rect GetRotatedBounds ( |
Visual Basic
Copy Code
|
|---|
Protected Shared Function GetRotatedBounds( _ |
A Microsoft.Maui.Graphics.Rect representing the new bounding rectangle.
See Also