Click or drag to resize
IsothermEventArgs Constructor
Creates an instance of IsothermEventArgs with the specified isotherm.

Namespace: Flir.Atlas.Image.Isotherms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public IsothermEventArgs(
	Isotherm isotherm
)

Parameters

isotherm
Type: Flir.Atlas.Image.IsothermsIsotherm
The isotherm.
See Also