Line.AreCollinear Method

Returns true if the two lines are collinear.
Public Shared Function AreCollinear( _ 
ByVal l1 As Line, _ 
ByVal l2 As Line
) As Boolean
This language is not supported or no code example is available.
public static bool AreCollinear( 
Line l1
Line l2 
)
This language is not supported or no code example is available.

Parameters

l1
Line

The first line

l2
Line

The second line

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition