Click or drag to resize

IntPoint Constructor (Double, Double)

Initializes a new instance of the IntPoint class

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

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

See Also