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
Inheritance Hierarchy
See Also