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

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

Syntax

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

See Also