Click or drag to resize

Graph3DControllerEhView_GraphPanelMouseWheel Method

Handles mouse-wheel input on the graph panel.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_GraphPanelMouseWheel(
	double relX,
	double relY,
	double aspectRatio,
	int delta,
	bool isSHIFTpressed,
	bool isCTRLpressed,
	bool isALTpressed
)

Parameters

relX  Double
The relative horizontal mouse position.
relY  Double
The relative vertical mouse position.
aspectRatio  Double
The current viewport aspect ratio.
delta  Int32
The mouse-wheel delta.
isSHIFTpressed  Boolean
true if the Shift key is pressed.
isCTRLpressed  Boolean
true if the Ctrl key is pressed.
isALTpressed  Boolean
true if the Alt key is pressed.
See Also