Click or drag to resize

GraphicsContext3DBaseTranslateTransform(Double, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.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#
public abstract void TranslateTransform(
	double x,
	double y,
	double z
)

Parameters

x  Double

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

y  Double

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

z  Double

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

Implements

IGraphicsContext3DTranslateTransform(Double, Double, Double)
See Also