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)

Remarks


Returns true if point T is over (more or less "Tolerance" pixels) line: P --> Q.

See Also

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