GraphicBaseShiftPosition(Double, Double, Double) Method |
Shifts the graphic position by the specified components.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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