IsothermBelow Class |
Namespace: Flir.Atlas.Image.Isotherms
public class IsothermBelow : Isotherm
The IsothermBelow type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAboveValue |
Gets the value for above.
(Inherited from Isotherm.) | |
GetBelowValue |
Gets the value for below.
(Inherited from Isotherm.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIntervalMinMaxValues |
Gets minimum and maximum values for interval.
(Inherited from Isotherm.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Appearance |
Gets or sets the apperance of the isotherm.
(Inherited from Isotherm.) | |
Color |
Gets or sets the color of the isotherm.
(Inherited from Isotherm.) | |
ContrastColor |
Gets or sets the contrast color of the isotherm.
(Inherited from Isotherm.) | |
IsothermType |
Gets or sets the isotherm type.
(Inherited from Isotherm.) | |
Threshold |
Values below the threshold is colorized with the selected isotherm color.
|
using Flir.Atlas.Image; namespace MyNamespace { ThermalImageFile _image; _image = new ThermalImageFile(FileName); IsothermAbove isotherm1 = _image.Isotherms.AddBelow(); }