Click or drag to resize

RectangleD3DWithOffset Method

Changes the location of the rectangle by the specified values for x and y.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD3D WithOffset(
	double x,
	double y,
	double z
)

Parameters

x  Double
The x offset.
y  Double
The y offset.
z  Double
The z offset.

Return Value

RectangleD3D
A new rectangle with an position that is offset with regard to the original position.
See Also