Click or drag to resize

Graph3DControllerEhView_GraphPanelMouseWheel Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]


Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhView_GraphPanelMouseWheel(
	double relX,
	double relY,
	double aspectRatio,
	int delta,
	bool isSHIFTpressed,
	bool isCTRLpressed,
	bool isALTpressed
)

Parameters

relX  Double

[Missing <param name="relX"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

relY  Double

[Missing <param name="relY"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

aspectRatio  Double

[Missing <param name="aspectRatio"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

delta  Int32

[Missing <param name="delta"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

isSHIFTpressed  Boolean

[Missing <param name="isSHIFTpressed"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

isCTRLpressed  Boolean

[Missing <param name="isCTRLpressed"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

isALTpressed  Boolean

[Missing <param name="isALTpressed"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.EhView_GraphPanelMouseWheel(System.Double,System.Double,System.Double,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

See Also