Click or drag to resize
VisualImage Class
Image class for Visual Image not containing Thermal data.
Inheritance Hierarchy

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

The VisualImage type exposes the following members.

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