Search
DiagramNode.GetRotatedBounds Method ()
See Also
 





DiagramItem.GetRotatedBounds override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override RectangleF GetRotatedBounds ()

Visual Basic  Copy Code

Public Overrides Function GetRotatedBounds () As RectangleF

 Return Value

A rectangle that bounds the rotated shape of the item.

 See Also