Search
DiagramLink.GetBounds Method ()
See Also
 





DiagramItem.GetBounds override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override Rect GetBounds ()

Visual Basic  Copy Code

Public Overrides Function GetBounds () As Rect

 Return Value

The rectangle that bounds this link's control points.

 See Also