Click or drag to resize

PointD(Int64, Int64) Constructor

Initializes a new instance of the PointD class

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD(
	long x,
	long y
)

Parameters

x  Int64

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

y  Int64

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

See Also