Click or drag to resize

PolygonClosedD2D(PolygonClosedD2D, Double) Constructor

Initializes a new instance of the PolygonClosedD2D class by scaling a template polygon.

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

Parameters

template  PolygonClosedD2D
The template polygon.
scale  Double
The scale factor.
See Also