EXOBJ_DATA

typedef struct EXOBJ_DATA 
{ 
   L_UINT uStructSize; 
   pEXOBJ_RESULT pHead; 
   pEXOBJ_RESULT pTail; 
   L_UINT uCount; 
} EXOBJ_DATA, * pEXOBJ_DATA; 

The data extracted by L_ExtractObjectsBitmap.

Members

L_UINT uStructSize

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

pEXOBJ_RESULT pHead

Pointer to EXOBJ_RESULT structure representing the first result.

pEXOBJ_RESULT pTail

Pointer to EXOBJ_RESULT structure representing the last result.

L_UINT uCount

Number of the result structures.

Comments

uCount will always be 1 if EXOBJ_USE_MULTICOLORS flag was not set for the pOptions parameter of L_ExtractObjectsBitmap.

The structure is used by:

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.