Determines if point T is "near" line segment between Point1 and Point2.
public static Boolean PointInLineTolerance(Point p,
Double px,
Double py,
Double qx,
Double qy,
Double tolerance)

See Also

Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace