Click or drag to resize
ThermalImageFileSave Method (String, Bitmap)
Saves the Thermal Image to the specified file.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void Save(
	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.
SecurityExceptionA caller higher in the call stack does not have the permission specified by the current instance.
ThermalExceptionFailed to save Thermal image.
See Also