ImageBase Class |
Namespace: Flir.Atlas.Image
public abstract class ImageBase : IDisposable
The ImageBase type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the ImageBase | |
EnterLock |
Acquires an exclusive lock.
| |
Equals | (Inherited from Object.) | |
ExitLock |
Releases an exclusive lock.
| |
GetData |
Get embedded radiometric data blob.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads an Thermal FFF Image from a byte array.
| |
RenderTo |
Render the image to IPixels. BitmapSourceWrapper for advanced rendering.
| |
SaveSnapshot(String) |
Saves the current image to disk.
| |
SaveSnapshot(String, Bitmap) |
Saves the current image to disk.
| |
Swap |
Manually swaps the image back buffer.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryEnterLock |
Attempts to acquire an exclusive lock.
|
Name | Description | |
---|---|---|
CompassInformation |
Gets the compassInformation of the image.
| |
GpsInformation |
Gets the GPS information from the image.
| |
Height |
Gets the height of the image in pixels.
| |
Image |
Returns a Bitmap representing the image.
| |
ImageProcessing |
Advanced image processing.
| |
Size |
Gets the width and height of the image in pixels.
| |
Version |
Gets the used Atlas Image version.
| |
Width |
Gets the width of the image in pixels.
|