Search
LinkCrossingEventArgs.intersectionPoint Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get intersectionPoint() {}
set intersectionPoint(value) {}

 Property Value

Point

An instance of the Point class containing intersection coordinates.

 See Also