Calculates the intersection point between the segment defined by the specified point pair and the node's outline.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
SyntaxJavaScript
Copy Code
|
|---|
function getIntersection (point1, point2) |
A Point object representing the intersection point.
See Also