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 Rect GetRotatedBounds ( |
Visual Basic
Copy Code
|
|---|
Protected Function GetRotatedBounds( _ |
The rectangle that will be rotated.
The pivot point.
The rotation angle.
A Rect representing the new bounding rectangle.
See Also