Click or drag to resize

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

Parameters

x  Double

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

y  Double

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

See Also