Click or drag to resize

Point64(Double, 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(
	double x,
	double y
)

Parameters

x  Double

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

y  Double

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

See Also