Click or drag to resize
ImageBaseLoad Method
Loads an Thermal FFF Image from a byte array.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public virtual bool Load(
	byte[] image
)

Parameters

image
Type: SystemByte
A byte array containing a valid Thermal FFF image

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ThermalExceptionFailed to open Thermal image.
See Also