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

See Also

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