Click or drag to resize

Graph3DControllerCameraMoveVerticallyByMouseWheel Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.CameraMoveVerticallyByMouseWheel(System.Double,System.Double,System.Double,System.Int32)"]


Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void CameraMoveVerticallyByMouseWheel(
	double relX,
	double relY,
	double aspectRatio,
	int delta
)

Parameters

relX  Double

[Missing <param name="relX"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.CameraMoveVerticallyByMouseWheel(System.Double,System.Double,System.Double,System.Int32)"]

relY  Double

[Missing <param name="relY"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.CameraMoveVerticallyByMouseWheel(System.Double,System.Double,System.Double,System.Int32)"]

aspectRatio  Double

[Missing <param name="aspectRatio"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.CameraMoveVerticallyByMouseWheel(System.Double,System.Double,System.Double,System.Int32)"]

delta  Int32

[Missing <param name="delta"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.CameraMoveVerticallyByMouseWheel(System.Double,System.Double,System.Double,System.Int32)"]

See Also