DiagramLite Programmer's Guide
DiagramItem.GetBounds Method
See Also
 





Gets the bounding rectangle of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public abstract Rect GetBounds ()

Visual Basic  Copy Code

Public MustOverride Function GetBounds () As Rect

 Return Value

The rectangle that bounds this item.

 Remarks

The Bounds property getter returns the result of this method.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace