Click or drag to resize

CameraChangedEventArgsAdd Method

Adds the specified event arguments.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void Add(
	SelfAccumulateableEventArgs e
)

Parameters

e  SelfAccumulateableEventArgs
The SelfAccumulateableEventArgs instance containing the event data.
See Also