MindFusion.Wpf Pack Programmer's Guide
DiagramNode.GetIntersection Method
See Also
 





Calculates the intersecion point between the segment defined by the specified point pair and the node's outline.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual Point GetIntersection (
    Point segmentStart,
    Point segmentEnd
)

Visual Basic  Copy Code

Public Overridable Function GetIntersection( _
    segmentStart As Point, _
    segmentEnd As Point _
) As Point

 Parameters

segmentStart

The first point of the segment.

segmentEnd

The second point of the segment.

 Return Value

A Point object representing the intersection point.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace