Click or drag to resize

IGraphicsContext3DTranslateTransform(Double, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.TranslateTransform(System.Double,System.Double,System.Double)"]


Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void TranslateTransform(
	double x,
	double y,
	double z
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.TranslateTransform(System.Double,System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.TranslateTransform(System.Double,System.Double,System.Double)"]

z  Double

[Missing <param name="z"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.TranslateTransform(System.Double,System.Double,System.Double)"]

See Also