Click or drag to resize

ImageSourceReset Method

Resets the ImageSource to start over again.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Reset()
Remarks

Some subclasses of ImageSource will require that all previously acquired images must be released before a Reset.

It will not always be the case that the first image acquired will be the same after a reset. This is highly dependent on the nature of the concrete implementation of ImageSource.

See Also