Click or drag to resize

PolygonClosedWithNormalsD2D Constructor

Initializes a new instance of the PolygonClosedWithNormalsD2D class from a template polygon.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PolygonClosedWithNormalsD2D(
	PolygonClosedD2D template
)

Parameters

template  PolygonClosedD2D
The template polygon.
See Also