BitmapSourceWrapper Class |
Namespace: Flir.Atlas.Image.Helpers
public class BitmapSourceWrapper : IPixels
The BitmapSourceWrapper type exposes the following members.
Name | Description | |
---|---|---|
BitmapSourceWrapper |
init BitmapSourceWrapper
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LockPixelData |
Lock the current image
| |
SetSize |
Set the width and height of the Image.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnlockPixelData |
The unlock the Image pixels
|
Name | Description | |
---|---|---|
BitmapSource |
BitmapSource is a WriteableBitmap image
| |
Height |
Get the Height of the image
| |
PixelData |
Pointer to the image data
| |
PixelFormat |
The format of the Image pixels
| |
Stride |
The Stride of the Image pixels
| |
Width |
The width of the Image.
|