Click or drag to resize

ClosedCardinalSpline(IEnumerablePointD2D, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the ClosedCardinalSpline class

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ClosedCardinalSpline(
	IEnumerable<PointD2D> points,
	IReadOnlyPropertyBag context
)

Parameters

points  IEnumerablePointD2D

[Missing <param name="points"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.ClosedCardinalSpline.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Geometry.PointD2D},Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.ClosedCardinalSpline.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Geometry.PointD2D},Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also