Click or drag to resize

Graph3DControllerEhView_GraphPanelMouseMove Method

Handles the mouse move event onto the graph in the controller class.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void EhView_GraphPanelMouseMove(
	PointD3D position,
	AltaxoMouseButtons mouseButtonState
)

Parameters

position  PointD3D
Mouse position.
mouseButtonState  AltaxoMouseButtons
State of the mouse buttons.
See Also