Click or drag to resize
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#
public ThermalImageFile(
	string path
)

Parameters

path
Type: SystemString
The file to open.
Exceptions
ExceptionCondition
ThermalExceptionAn internal error has occured.
ArgumentExceptionThe path is null or empty.
FileNotFoundExceptionThe file specified in path was not found.
See Also