|
ToolsCollinear Method (PointF, PointF, PointF)
|
Detects if three points are collinear.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static bool Collinear(
PointF pt1,
PointF pt2,
PointF pt3
)
Public Shared Function Collinear (
pt1 As PointF,
pt2 As PointF,
pt3 As PointF
) As Boolean
Request Example
View SourceParameters
- pt1
- Type: System.DrawingPointF
- pt2
- Type: System.DrawingPointF
- pt3
- Type: System.DrawingPointF
Return Value
Type:
BooleanSee Also