Click or drag to resize

FoundLineCalcIntersectionPoint(FoundLine, PointF) Method

Calculates the intersection point of this line with the given line.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public bool CalcIntersectionPoint(
	FoundLine line,
	out PointF intersectionPoint
)

Parameters

line  FoundLine
The line to calculate the intersection with.
intersectionPoint  PointF
The intersection point of the two lines or null if the lines are nearly parallel.

Return Value

Boolean
true if the lines are nearly parallel, false otherwise.
See Also