Search
DiagramNode.getIntersection Method
See Also
 





Calculates the intersection point between the segment defined by the specified point pair and the node's outline.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getIntersection (point1, point2)

 Parameters

point1
The first Point of the segment.
point2
The second Point of the segment.

 Return Value

A Point object representing the intersection point.

 See Also