Search
DiagramLink.GetBounds Method (Boolean)
See Also
 





Gets the bounding rectangle of this link.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect GetBounds (
    bool withStrokeThickness
)

Visual Basic  Copy Code

Public Function GetBounds( _
    withStrokeThickness As Boolean _
) As Rect

 Parameters

withStrokeThickness

true to add stroke thickness to the rectangle, or false otherwise.

 Return Value

The rectangle that bounds this link.

 See Also