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.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public List<PointD2D> CurvePoints { get; set; }
Property Value
ListPointD2DSee Also