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( _ |
The rectangle that will be rotated.
The pivot point.
The rotation angle.
A Rectangle representing the new bounding rectangle.
See Also