Click or drag to resize

IntPoint(Int64, Int64) Constructor

Initializes a new instance of the IntPoint class

Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IntPoint(
	long X,
	long Y
)

Parameters

X  Int64

[Missing <param name="X"/> documentation for "M:ClipperLib.IntPoint.#ctor(System.Int64,System.Int64)"]

Y  Int64

[Missing <param name="Y"/> documentation for "M:ClipperLib.IntPoint.#ctor(System.Int64,System.Int64)"]

See Also