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