Click or drag to resize

Graph3DControllerCameraMoveRelative(Double, Double) Method

Moves the camera horizontally and vertically.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CameraMoveRelative(
	double stepX,
	double stepY
)

Parameters

stepX  Double
The movement in horizontal direction. A value of 1 means movement corresponding to the full width of the scene.
stepY  Double
The movement in horizontal direction. A value of 1 means movement corresponding to the full height of the scene.
See Also