OverlayUpdateEventArgs.SampleEndTime Property

Specifies the sample end time in seconds. See remarks section for more information.
Syntax:
[C#]
public double SampleEndTime;
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 OverlayUpdateEventArgs.SampleStartTime and SampleEndTime is equal to the current frame rate.

See also: ICImagingControl, ICImagingControl.OverlayUpdate

<< OverlayUpdateEventArgs