Click or drag to resize

GdiExtensionMethodsOpenCardinalSplineToBezierSegments(PointF, Int32) Method

Converts an open cardinal spline, given by the points in points, to Bezier segments.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

PointF
Bezier segments that constitute the closed curve.
Remarks
Original name in Wine source: GdipAddPathClosedCurve2
See Also