Click or drag to resize

IntPoint Constructor (Int64, Int64)

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(
	long X,
	long Y
)

Parameters

X
Type: SystemInt64

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

Y
Type: SystemInt64

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

See Also