PointD2DAnnotated Constructor |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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