Click or drag to resize

DoublePoint Constructor (Double, Double)

Initializes a new instance of the DoublePoint class

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DoublePoint(
	double x = 0,
	double y = 0
)

Parameters

x (Optional)
Type: SystemDouble

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

y (Optional)
Type: SystemDouble

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

See Also