Search
LinkCrossingEventArgs.IntersectionPoint Property
See Also
 





Intersection point that will show crossing decoration if the event is validated.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point IntersectionPoint { get; set; }

Visual Basic  Copy Code

Public Property IntersectionPoint As Point

 Property Value

A Microsoft.Maui.Graphics.Point containing intersection coordinates.

 See Also