| ThermalImageGetValueAt Method |
Gets an ThermalValue from a position in the Thermal Image.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public ThermalValue GetValueAt(
Point location
)
Parameters
- location
- Type: System.DrawingPoint
A point that specifies the location for the value to read.
Return Value
Type:
ThermalValueThe thermalvalue including value and state
ThermalValue.
See Also