Click or drag to resize

GraphicBaseShiftPosition(PointD2D) Method

Shifts the position of the graphic by the specified vector.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void ShiftPosition(
	PointD2D dp
)

Parameters

dp  PointD2D
The offset vector.
See Also