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

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void Save(
	Bitmap overlay
)

Parameters

overlay
Type: System.DrawingBitmap
The jpeg representation of the Thermal image.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe 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.
Remarks
Overwrites the current file. Overlay is the image that will be seen when viewing the Thermal image in Windows Explorer or an external image viewer.
See Also