EXOBJ_SEGMENT

Summary

Stores one rectangular segment of an object's region.

Syntax

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

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.

Usage

See Also

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

LEADTOOLS Raster Imaging C API Help

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