Click or drag to resize

Graph3DControllerEhView_GraphPanelMouseDown Method

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

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void EhView_GraphPanelMouseDown(
	PointD3D position,
	AltaxoMouseEventArgs e,
	AltaxoKeyboardModifierKeys modifierKeys
)

Parameters

position  PointD3D
Mouse position. X and Y components are the current relative mouse coordinates, the Z component is the screen's aspect ratio.
e  AltaxoMouseEventArgs
MouseEventArgs.
modifierKeys  AltaxoKeyboardModifierKeys
The keyboard modifiers that are active during the mouse event.
See Also