Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image
ImageBase Class
ImageBase Methods
SaveSnapshot Method
SaveSnapshot Method (String)
SaveSnapshot Method (String, Bitmap)
ImageBase
SaveSnapshot 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#
Copy
public
void
SaveSnapshot
(
string
filename
,
Bitmap
overlay
)
Parameters
filename
Type:
System
String
A string that specifies the path to the location on which to save the file
overlay
Type:
System.Drawing
Bitmap
The jpeg representation of the Thermal image.
Exceptions
Exception
Condition
ArgumentException
The fileName is null or empty.
ThermalException
Failed to save Thermal image.
See Also
Reference
ImageBase Class
SaveSnapshot Overload
Flir.Atlas.Image Namespace