Click or drag to resize
ThermalImageGetValues Method (Point)
Gets a ThermalValue from a signal.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public double[] GetValues(
	Point[] points
)

Parameters

points
Type: System.DrawingPoint
A list of points which specifies the location for the value to read

Return Value

Type: Double
temperature value
See Also