Enum TrackingMode
Specifies the tracking mode used to overlay a point sequence over an existing image visualizer.
public enum TrackingMode
Fields
Infinite = 1
Specifies that all recorded points should be overlaid as an infinite trace on the image.
None = 0
Specifies that only the current point should be overlaid on the image.
Rolling = 2
Specifies that a fixed rolling number of the latest points should be overlaid on the image.