Click or drag to resize

Point64(PointD, Double) Constructor

Initializes a new instance of the Point64 class

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

Parameters

pt  PointD

[Missing <param name="pt"/> documentation for "M:Clipper2Lib.Point64.#ctor(Clipper2Lib.PointD,System.Double)"]

scale  Double

[Missing <param name="scale"/> documentation for "M:Clipper2Lib.Point64.#ctor(Clipper2Lib.PointD,System.Double)"]

See Also