Click or drag to resize
ThermalImageGetValueAt Method
Gets an ThermalValue from a position in the Thermal Image.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public ThermalValue GetValueAt(
	Point location
)

Parameters

location
Type: System.DrawingPoint
A point that specifies the location for the value to read.

Return Value

Type: ThermalValue
The thermalvalue including value and stateThermalValue.
See Also