OverlayUpdateEventArgs.SampleStartTime Property

Specifies the sample start time in seconds. See remarks section for more information.
Syntax:
[C#]
public double SampleStartTime;
Limitations:

Read only.

Remarks:

The sample time is the time that has been passed, since ICImagingControl.LiveStart has been called. The time resolution is seconds. The duration between SampleStartTime and OverlayUpdateEventArgs.SampleEndTime is equal to the current frame rate.

See also: ICImagingControl, ICImagingControl.OverlayUpdate

<< OverlayUpdateEventArgs