EXOBJ_CONTENTBOUND (original) (raw)

Summary

Stores the information for calculating the content bounds.

Syntax

typedef struct EXOBJ_CONTENTBOUND { [L_UINT](leadtools-basic-data-types.html) uStructSize; [L_RECT](leadtools-basic-data-types.html) rcInput; [L_RECT](leadtools-basic-data-types.html) 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

LEADTOOLS Raster Imaging C API Help