Click or drag to resize

GraphicsContext3DBaseTranslateTransform(Double, Double, Double) Method

Applies a translation.

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

Parameters

x  Double
The translation in x-direction.
y  Double
The translation in y-direction.
z  Double
The translation in z-direction.

Implements

IGraphicsContext3DTranslateTransform(Double, Double, Double)
See Also