Click or drag to resize

RectangleD3DWithXPlus Method

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

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD3D WithXPlus(
	double addX
)

Parameters

addX  Double
The value to add to X.

Return Value

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