EXOBJ_OUTLINE_POINTLIST

typedef struct EXOBJ_OUTLINE_POINTLIST 
{ 
   L_UINT uStructSize; 
   L_RECT rcBounds; 
   pEXOBJ_OUTLINE_POINT pHead; 
   pEXOBJ_OUTLINE_POINT pTail; 
   L_UINT uCount; 
} EXOBJ_OUTLINE_POINTLIST, * pEXOBJ_OUTLINE_POINTLIST; 

Provides the outline information about an object.

Members

L_UINT uStructSize

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

L_RECT rcBounds

The bounding rectangle for the positions.

pEXOBJ_OUTLINE_POINT pHead

Pointer to EXOBJ_OUTLINE_POINT structure representing the first outline point.

pEXOBJ_OUTLINE_POINT pTail

Pointer to EXOBJ_OUTLINE_POINT structure representing last outline point.

L_UINT uCount

Number of outline points.

See Also

Functions

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.