Click or drag to resize

OpenCardinalSplineSetPoint 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 newPos
)

Parameters

idx  Int32
The point index.
newPos  PointD2D
The new point position.
See Also