Click or drag to resize

GdiExtensionMethodsGetFractionalIndexFromDistanceFromStartOfBezierCurve Method

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

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

Parameters

points  PointF
The Bezier curve control points.
distanceFromStart  Double
The distance measured from the start of the curve.

Return Value

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