Graph3DControllerEhView_GraphPanelMouseUp Method |
Handles the mouse up event onto the graph in the controller class.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void EhView_GraphPanelMouseUp(
PointD3D position,
AltaxoMouseEventArgs e
)
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.
See Also