EXOBJ_CONTENTBOUND

Summary

Stores the information for calculating the content bounds.

Syntax

typedef struct EXOBJ_CONTENTBOUND 
{ 
   L_UINT uStructSize; 
   L_RECT rcInput; 
   L_RECT rcContent; 
} EXOBJ_CONTENTBOUND, * pEXOBJ_CONTENTBOUND; 

Members

L_UINT uStructSize

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

L_RECT rcInput

The search rectangle.

L_RECT rcContent

The content bounds (output).

Comments

Usage

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.