Click or drag to resize

PointD2DAnnotated Constructor

Initializes a new instance of the PointD2DAnnotated struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2DAnnotated(
	double x,
	double y,
	int id
)

Parameters

x  Double
The x position of the point.
y  Double
The y position of the point.
id  Int32
The identifier of the point.
See Also