Search
Utilities.Intersect Method
See Also
 






Determines whether the specified line segments intersect.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static bool Intersect (
    Point p1,
    Point p2,
    Point p3,
    Point p4
)

Visual Basic  Copy Code

Public Shared Function Intersect( _
    p1 As Point, _
    p2 As Point, _
    p3 As Point, _
    p4 As Point _
) As Boolean

 Parameters

p1

p2

p3

p4

 Return Value

true if the segments intersect, false if not.

 See Also