EXOBJ_OUTLINE_POINTLIST

Summary

Provides the outline information about an object.

Syntax

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; 

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.

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.