Click or drag to resize

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

Parameters

x  Double

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

y  Double

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

See Also