ASP.NET Pack Programmer's Guide
TableConnectionPoint.getIntersection Method
See Also
 





Calculates the intersection point between the specified line segment and the contour of the node associated with this connection point.

Namespace: MindFusion.Diagramming
Package: TableConnectionPoint.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

Type: Point
A Point object representing the intersection point.

 See Also

TableConnectionPoint Members
TableConnectionPoint Class
MindFusion.Diagramming Namespace