FoundLineCalcDistance(PointF) Method | 
            Calculates the distance between this line and the given point p.
            
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.31.0
Syntaxpublic double CalcDistance(
	PointF p
)
Parameters
- p  PointF
 - The point.
 
Return Value
DoubleThe distance.
See Also