Click or drag to resize

RectangleD2DOffset 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 void Offset(
	double x,
	double y
)

Parameters

x  Double
The x offset.
y  Double
The y offset.
See Also