ClosedCardinalSplineSetPoint Method |
Sets one control point of the spline.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetPoint(
int idx,
PointD2D value
)
Parameters
- idx Int32
- The point index.
- value PointD2D
- The new point value.
See Also