GdiExtensionMethodsGetFractionalIndexFromDistanceFromStartOfBezierCurve Method |
Gets the fractional index on a Bezier curve for a specified distance from the start.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DoubleThe fractional segment index, or
NaN if no point is found.
See Also