Click or drag to resize

WorksheetControllerEhView_TableAreaMouseWheel Method

Handles the mouse wheel event.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhView_TableAreaMouseWheel(
	PointD2D position,
	int mouseDelta
)

Parameters

position  PointD2D
Mouse position.
mouseDelta  Int32
Delta value of the mouse wheel.
See Also