L_ImgKrnImage

struct L_ImgKrnImage 
{ 
   L_UINT StructSize; 
   L_UINT Width; 
   L_UINT Height; 
   L_ImgKrnImageFormat ImageFormat; 
   L_UCHAR * ImageData; 
}; 

The L_ImgKrnImage structure used to create a bitmap from raw image data.

Members

StructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

Width

The width of the image in pixels.

Height

The height of the image in pixels.

ImageFormat

The image format as defined in L_ImgKrnImageFormat.

ImageData

Pointer to the image data buffer.

Comments

The structure is used by:

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help