Click or drag to resize
Scale Class
Represents a scale object.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.ImageScale

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Scale

The Scale 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAutoAdjust
Gets the auto adjusted minimum and maximum scale values.
Public propertyAutoAdjustRegion
Auto adjust region. Image colorization based on region of interest.
Public propertyImage
Gets the scale image as bitmap.
Public propertyIsAutoAdjustEnabled
Gets or sets auto adjust enabled.
Public propertyRange
Get/set the current minimum and maximum scale values.
Public propertyUseBelowAndAboveSpanColors
Gets or sets to use below and above span colors.
Public propertyUseUnderflowAndOverflowColors
Gets or sets to use under flow colors.
Top
Events
  NameDescription
Public eventChanged
Occurs when changed.
Top
Remarks
A scale is an interval of the measurement range where colors from a selected palette is applied.
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