Search
Utilities.LineSegmentsIntersect Method
See Also
 






Gets the intersection point of two line segments AB and CD.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static bool LineSegmentsIntersect (
    Point A,
    Point B,
    Point C,
    Point D,
    ref Point P
)

Visual Basic  Copy Code

Public Shared Function LineSegmentsIntersect( _
    A As Point, _
    B As Point, _
    C As Point, _
    D As Point, _
    ByRef P As Point _
) As Boolean

 Parameters

A

B

C

D

P

 Return Value

 See Also