Diodes position changed event class.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Class OnCameraFingerChangedDebugEventArgs _
	Inherits EventArgs
C#
public class OnCameraFingerChangedDebugEventArgs : EventArgs
Visual C++
public ref class OnCameraFingerChangedDebugEventArgs : public EventArgs
JavaScript
MotionTracking.OnCameraFingerChangedDebugEventArgs = function();

Type.createClass(
	'MotionTracking.OnCameraFingerChangedDebugEventArgs',
	EventArgs);

Remarks

ONLY USED FOR DEBUGGING (create a bitmap for each event)

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    MotionTracking..::.OnCameraFingerChangedDebugEventArgs

See Also