Click or drag to resize
FusionVisualImage Property
Gets the photo inside the Thermal-image file.

Namespace: Flir.Atlas.Image.Fusion
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public Bitmap VisualImage { get; }

Return Value

Type: Bitmap
A photo if it is an Thermal-image containg a photo. If no photo exist it returns null.
See Also