DroidDiagram Programmer's Guide
ConnectionPoint.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: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public PointF getIntersection (
    PointF pt1,
    PointF pt2
)

 Parameters

pt1

pt2

 Return Value

 See Also

ConnectionPoint Members
ConnectionPoint Class
com.mindfusion.diagramming Namespace