Click or drag to resize

ClosedCardinalSplineSetPoint Method

Sets one control point of the spline.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetPoint(
	int idx,
	PointD2D value
)

Parameters

idx  Int32
The point index.
value  PointD2D
The new point value.
See Also