Gets the bounding rectangle of this link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect GetBounds ( |
Visual Basic
Copy Code
|
|---|
Public Function GetBounds( _ |
true to consider link's pen width when calculating the bounding rectangle, or false otherwise.
A Microsoft.Maui.Graphics.Rect instance containing the coordinates of link's bounding rectangle.
See Also