Gets the bounding rectangle of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual Rect GetBounds () |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetBounds () As Rect |
The rectangle that bounds this item.
RemarksThe Bounds property getter returns the result of this method.
See Also