Click or drag to resize
ImageBase Class
Base class for all FLIR images.
Inheritance Hierarchy

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public abstract class ImageBase : IDisposable

The ImageBase type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the ImageBase
Public methodEnterLock
Acquires an exclusive lock.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExitLock
Releases an exclusive lock.
Public methodGetData
Get embedded radiometric data blob.
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 methodLoad
Loads an Thermal FFF Image from a byte array.
Public methodRenderTo
Render the image to IPixels. BitmapSourceWrapper for advanced rendering.
Public methodSaveSnapshot(String)
Saves the current image to disk.
Public methodSaveSnapshot(String, Bitmap)
Saves the current image to disk.
Public methodSwap
Manually swaps the image back buffer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryEnterLock
Attempts to acquire an exclusive lock.
Top
Properties
  NameDescription
Public propertyCompassInformation
Gets the compassInformation of the image.
Public propertyGpsInformation
Gets the GPS information from the image.
Public propertyHeight
Gets the height of the image in pixels.
Public propertyImage
Returns a Bitmap representing the image.
Public propertyImageProcessing
Advanced image processing.
Public propertySize
Gets the width and height of the image in pixels.
Public propertyStatic memberVersion
Gets the used Atlas Image version.
Public propertyWidth
Gets the width of the image in pixels.
Top
Events
  NameDescription
Public eventChanged
Occurs when an image has changed e.g. needs to be uppdated.
Top
See Also