Search
DiagramLink.GetBounds Method ()
See Also
 





DiagramItem.GetBounds override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override RectangleF GetBounds ()

Visual Basic  Copy Code

Public Overrides Function GetBounds () As RectangleF

 Return Value

The rectangle that bounds this link's control points.

 See Also