Click or drag to resize

PointD(Point64, Double) Constructor

Initializes a new instance of the PointD struct from a Point64 instance, applying a scale.

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

Parameters

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