OpenCardinalSplineSetPoint 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 newPos
)
Parameters
- idx Int32
- The point index.
- newPos PointD2D
- The new point position.
See Also