Click or drag to resize

WorksheetControllerEhView_TableAreaMouseMove Method

Handles mouse movement over the table area.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_TableAreaMouseMove(
	PointD2D position
)

Parameters

position  PointD2D
The mouse position in table-area coordinates.
See Also