Click or drag to resize

GraphicBaseShiftPosition(Double, Double) Method

Shifts the position of the graphic by the specified offsets.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void ShiftPosition(
	double dx,
	double dy
)

Parameters

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