Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image
ThermalImageFile Class
ThermalImageFile Constructor
ThermalImageFile Constructor
ThermalImageFile Constructor (String)
ThermalImageFile Constructor (String)
Creates an instance of an IRImage from a file on the specified path.
Namespace:
Flir.Atlas.Image
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
public
ThermalImageFile
(
string
path
)
Parameters
path
Type:
System
String
The file to open.
Exceptions
Exception
Condition
ThermalException
An internal error has occured.
ArgumentException
The path is null or empty.
FileNotFoundException
The file specified in path was not found.
See Also
Reference
ThermalImageFile Class
ThermalImageFile Overload
Flir.Atlas.Image Namespace