GdiExtensionMethodsIsPointIntoDistance(PointF, Double, IEnumerablePointF) Method |
Determines whether or not a given point is into a certain distance of a polyline.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsPointIntoDistance(
PointF point,
double distance,
IEnumerable<PointF> polyline
)
Parameters
- point PointF
- The point.
- distance Double
- The distance.
- polyline IEnumerablePointF
- The polyline.
Return Value
Booleantrue if the distance between point and polyline is less than or equal to the specified distance; otherwise,
false.
See Also