Click or drag to resize

RectangleD3DWithSizeZPlus Method

Returns a new instance with SizeZ increased by the provided value.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD3D WithSizeZPlus(
	double offsetSizeZ
)

Parameters

offsetSizeZ  Double
The size offset in z-direction.

Return Value

RectangleD3D
A new rectangle with the updated z-size.
See Also