Click or drag to resize

Graph3DController_middleButtonPressed_InitialCamera Field

The camera as it was when the middle mouse button was pressed. A value != null indicates that the middle button is currently pressed. This value is used to rotate the camera when the middle mouse button is pressed and the mouse is moved.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected CameraBase _middleButtonPressed_InitialCamera

Field Value

CameraBase
See Also