EXOBJ_SEGMENT

typedef struct EXOBJ_SEGMENT 
{ 
   L_UINT uStructSize; 
   pEXOBJ_SEGMENT pPrev; 
   pEXOBJ_SEGMENT pNext; 
   L_RECT rcBounds; 
} EXOBJ_SEGMENT, * pEXOBJ_SEGMENT; 

Stores one rectangular segment of an object's region.

Members

L_UINT uStructSize

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

pEXOBJ_SEGMENT pPrev

Pointer to an EXOBJ_SEGMENT structure representing the previous segment in the list.

pEXOBJ_SEGMENT pNext

Pointer to an EXOBJ_SEGMENT structure representing the next segment in the list.

L_RECT rcBounds

The bounds for this segment.

Comments

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.