Click or drag to resize
MeasurementLine Class
Represents a MeasurementLine object.
Inheritance Hierarchy

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class MeasurementLine : MeasurementShape

The MeasurementLine type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOffset
Adjusts the location of this measurement shape by the specified amount.
(Overrides MeasurementShapeOffset(Point).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAverage
Gets the average value of this MeasurementLine.
Public propertyColdSpot
Point in the area
Public propertyEnd
Gets or sets the end location of this MeasurementLine.
Public propertyHotSpot
Point in the area
Public propertyIdentity
Gets the identity on the measurement shape.
(Inherited from MeasurementShape.)
Public propertyIsColdSpotMarkerVisible
Marker is visible
Public propertyIsHotSpotMarkerVisible
Marker is visible
Public propertyMax
Gets the maximum value of this MeasurementLine.
Public propertyMin
Gets the minimum value of this MeasurementLine.
Public propertyName
Gets or sets the name of the measurement shape.
(Inherited from MeasurementShape.)
Public propertyStart
Gets or sets the start location of this MeasurementLine.
Public propertyThermalParameters
Gets the object parameters for this measurement shape.
(Inherited from MeasurementShape.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also