Eyeshot 9.0 WinForms API Reference
AreCollinear Method (Line)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Line Class : AreCollinear Method
The first line
The second line
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

Reference

Line Class
Line Members