GLine.AreCollinear Method

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

Parameters

l1
GLine

The first gline

l2
GLine

The second gline

Return Value

bool

.NET Framework

Supported in: 4.7.2

In this article

Definition