Click or drag to resize

GdiExtensionMethodsGetFractionalIndexFromDistanceFromEndOfBezierCurve Method

Gets the fractional index on a Bezier curve for a specified distance from the end.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double GetFractionalIndexFromDistanceFromEndOfBezierCurve(
	PointF[] points,
	double distanceFromEnd
)

Parameters

points  PointF
The Bezier curve control points.
distanceFromEnd  Double
The distance measured from the end of the curve.

Return Value

Double
The fractional segment index, or NaN if no point is found.
See Also