Click or drag to resize

GraphicBaseShiftPosition(Double, Double, Double) Method

Shifts the graphic position by the specified components.

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

Parameters

dx  Double
The displacement in x-direction.
dy  Double
The displacement in y-direction.
dz  Double
The displacement in z-direction.
See Also