Click or drag to resize
ImageBaseSaveSnapshot Method (String, Bitmap)
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,
	Bitmap overlay
)

Parameters

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