GdiExtensionMethodsOpenCardinalSplineToBezierSegments(PointF, Int32) Method |
Converts an open cardinal spline, given by the points in points, to Bezier segments.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PointF[] OpenCardinalSplineToBezierSegments(
PointF[] points,
int count
)
Parameters
- points PointF
- The control points of the open cardinal spline curve.
- count Int32
- Number of control points of the closed cardinal spline curve.
Return Value
PointFBezier segments that constitute the closed curve.
Remarks Original name in Wine source: GdipAddPathClosedCurve2
See Also