Gets the bounding rectangle of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public abstract Rect GetBounds () |
Visual Basic Copy Code |
---|
Public MustOverride Function GetBounds () As Rect |
The rectangle that bounds this item.
The Bounds property getter returns the result of this method.