Click or drag to resize

OpenCardinalSplineCurvePoints Property

Gets a copied list (!) of the curve points. If set, the list is also copied to an internally kept list.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<PointD2D> CurvePoints { get; set; }

Property Value

ListPointD2D
See Also