Click or drag to resize

PolygonClosedD2D(PointD2D, HashSetPointD2D) Constructor

Initializes a new instance of the PolygonClosedD2D class

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PolygonClosedD2D(
	PointD2D[] points,
	HashSet<PointD2D> sharpPoints
)

Parameters

points  PointD2D

[Missing <param name="points"/> documentation for "M:Altaxo.Geometry.PolygonClosedD2D.#ctor(Altaxo.Geometry.PointD2D[],System.Collections.Generic.HashSet{Altaxo.Geometry.PointD2D})"]

sharpPoints  HashSetPointD2D

[Missing <param name="sharpPoints"/> documentation for "M:Altaxo.Geometry.PolygonClosedD2D.#ctor(Altaxo.Geometry.PointD2D[],System.Collections.Generic.HashSet{Altaxo.Geometry.PointD2D})"]

See Also