Get the list of the positions of the fingers diodes tracked.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DiodesPositionList As List(Of Point)
C#
public List<Point> DiodesPositionList { get; }
Visual C++
public:
property List<Point>^ DiodesPositionList {
	List<Point>^ get ();
}
JavaScript
function get_diodesPositionList();

See Also