PolygonClosedD2D(PolygonClosedD2D, Double) Constructor |
Initializes a new instance of the
PolygonClosedD2D class by scaling a template polygon.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PolygonClosedD2D(
PolygonClosedD2D template,
double scale
)
Parameters
- template PolygonClosedD2D
- The template polygon.
- scale Double
- The scale factor.
See Also