MindFusion.Diagramming for Universal Windows 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: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Point GetIntersection (
    Point pt1,
    Point pt2
)

Visual Basic  Copy Code

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

 Parameters

pt1

The first point of the segment.

pt2

The second point of the segment.

 Return Value

A Point object representing the intersection point.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace