Click or drag to resize

RectangleD3DWithYPlus Method

Returns a new instance with Y set to the Y 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 WithYPlus(
	double addY
)

Parameters

addY  Double
The value to add to Y.

Return Value

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