Click or drag to resize

PointD(Int64, Int64) Constructor

Initializes a new instance of the PointD struct.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD(
	long x,
	long y
)

Parameters

x  Int64
The X coordinate.
y  Int64
The Y coordinate.
See Also