In This Topic ▼

L_ImgKrnCreateImageOptions

struct L_ImgKrnCreateImageOptions 
{ 
   L_UINT StructSize; 
   L_BOOL CopyData; 
}; 

Options to use when creating a bitmap.

Members

StructSize

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

CopyData

Flag that indicates whether to copy the image data. Possible values are:

Value Meaning
TRUE Copy image data.
FALSE Do not copy image data.

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