Click or drag to resize

GraphicBaseShiftPosition(Double, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ShiftPosition(System.Double,System.Double,System.Double)"]


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

Parameters

dx  Double

[Missing <param name="dx"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ShiftPosition(System.Double,System.Double,System.Double)"]

dy  Double

[Missing <param name="dy"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ShiftPosition(System.Double,System.Double,System.Double)"]

dz  Double

[Missing <param name="dz"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ShiftPosition(System.Double,System.Double,System.Double)"]

See Also