Click or drag to resize
ImageBaseSaveSnapshot Method (String)
Saves the current image to disk.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void SaveSnapshot(
	string filename
)

Parameters

filename
Type: SystemString
A string that specifies the path to the location on which to save the file
Exceptions
ExceptionCondition
ArgumentExceptionThe fileName is null or empty.
ThermalExceptionFailed to save Thermal image.
See Also