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

 Syntax

C#  Copy Code

public virtual PointF GetIntersection (
    PointF pt1,
    PointF pt2
)

Visual Basic  Copy Code

Public Overridable Function GetIntersection( _
    pt1 As PointF, _
    pt2 As PointF _
) As PointF

 Parameters

pt1

pt2

 Return Value

 See Also