Search
DiagramNode.GetRotatedBounds Method ()
See Also
 





DiagramItem.GetRotatedBounds override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override Rect GetRotatedBounds ()

Visual Basic  Copy Code

Public Overrides Function GetRotatedBounds () As Rect

 Return Value

A rectangle that bounds the rotated shape of the item.

 See Also