Click or drag to resize

PointD(PointD, Double) Constructor

Initializes a new instance of the PointD class from another PointD instance, applying a scale.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD(
	PointD pt,
	double scale
)

Parameters

pt  PointD
The PointD instance to copy.
scale  Double
The scale factor for the coordinates.
See Also