Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image.Interfaces
IPixels Interface
IPixels Properties
Height Property
PixelData Property
PixelFormat Property
Stride Property
Width Property
IPixels
PixelData Property
Pointer to pixel data.
Namespace:
Flir.Atlas.Image.Interfaces
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
IntPtr
PixelData
{
get
; }
Property Value
Type:
IntPtr
Remarks
Before using the
PixelData
the application must call
LockPixelData
and
UnlockPixelData
when it's done processing the pixel data.
See Also
Reference
IPixels Interface
Flir.Atlas.Image.Interfaces Namespace