Click or drag to resize

PointD2DWithX Method

Returns a new instance with X set to the provided value.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D WithX(
	double newX
)

Parameters

newX  Double
The new x.

Return Value

PointD2D
New instance with X set to the provided value.
See Also