Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / AreCollinear Method
The first line
The second line

In This Topic
    AreCollinear Method (Line)
    In This Topic
    Returns true if the two lines are collinear.
    Syntax
    'Declaration
     
    Public Shared Function AreCollinear( _
       ByVal l1 As Line, _
       ByVal l2 As Line _
    ) As Boolean
    public static bool AreCollinear( 
       Line l1,
       Line l2
    )

    Parameters

    l1
    The first line
    l2
    The second line
    See Also