Click or drag to resize

GraphicBaseShiftPosition(PointD3D) Method

Shifts the graphic position by the specified vector.

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

Parameters

dp  PointD3D
The displacement vector.
See Also