Click or drag to resize
ThermalImageGetValues Method (Rectangle)
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(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.DrawingRectangle
A rectangle which specifies the location for the value to be read

Return Value

Type: Double
temperature values
See Also