MindFusion.Wpf Pack Programmer's Guide
Utilities.SegmentIntersect Method
See Also
 





Checks whether the segments defined by the specified point pairs intersect and returns the intersection point.

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static bool SegmentIntersect (
    Point s1,
    Point s2,
    Point l1,
    Point l2,
    ref Point pt
)

Visual Basic  Copy Code

Public Shared Function SegmentIntersect( _
    s1 As Point, _
    s2 As Point, _
    l1 As Point, _
    l2 As Point, _
    ByRef pt As Point _
) As Boolean

 Parameters

s1

s2

l1

l2

pt

 Return Value

 See Also

Utilities Members
Utilities Class
MindFusion Namespace