Gets the bounding rectangle of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override Rect GetBounds () |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetBounds () As Rect |
The rectangle that bounds this item.
See Also