Search
ConnectionPoint.CalculateIntersections Method
See Also
 





Determines whether the end of a link should be aligned to the point where the node contour is intersected by the line connecting the centers of the connected nodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool CalculateIntersections ()

Visual Basic  Copy Code

Public Overridable Function CalculateIntersections () As Boolean

 Return Value

true to align the link end; otherwise, false.

 See Also