Click or drag to resize

RectangleD3DWithSizePlus Method

Returns a new instance with the specified size offset applied.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD3D WithSizePlus(
	VectorD3D sizeOffset
)

Parameters

sizeOffset  VectorD3D
The size offset.

Return Value

RectangleD3D
A new rectangle with the updated size.
See Also