FoundLineCalcIntersectionPoint(FoundLine, PointF) Method |
Calculates the intersection point of this line with the given line.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic 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
Booleantrue if the lines are nearly parallel, false otherwise.
See Also