MindFusion.Wpf Pack Programmer's Guide
DiagramItem.GetRotatedBounds Method
See Also
 





Gets the bounding rectangle of this item when it is rotated.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual Rect GetRotatedBounds ()

Visual Basic  Copy Code

Public Overridable Function GetRotatedBounds () As Rect

 Return Value

A rectangle that bounds the rotated shape of the item.

 Remarks

This method is invoked during hit-testing to do a quick test whether a point is within the item's bounds, before calling the possibly more time-consuming ContainsPoint method.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace