Utility.AreCollinear Method

Public Shared Function AreCollinear( _ 
ByVal points As Point2D(), _ 
ByVal tolerance As Double, _ 
ByRef line As Segment2D
) As Boolean
This language is not supported or no code example is available.
public static bool AreCollinear( 
Point2D[] points
double tolerance
out Segment2D line 
)
This language is not supported or no code example is available.

Parameters

points
Point2D[]

tolerance
double

line
Segment2D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition