IPixels Interface |
Namespace: Flir.Atlas.Image.Interfaces
public interface IPixels
The IPixels type exposes the following members.
Name | Description | |
---|---|---|
LockPixelData |
Locks the PixelData.
| |
SetSize |
Sets a new size of the IPixels.
| |
UnlockPixelData |
Unlocks the PixelData.
|
Name | Description | |
---|---|---|
Height |
Returns the Height in pixels.
| |
PixelData |
Pointer to pixel data.
| |
PixelFormat |
Gets the PixelFormat of the pixels.
| |
Stride |
Distance in bytes between starts of consecutive lines in the source image.
| |
Width |
Returns the Width in pixels.
|