EXOBJ_REGION_OPTIONS

Summary

Provides extra information for calculating an object's region.

Syntax

typedef struct EXOBJ_REGION_OPTIONS 
{ 
   L_UINT uStructSize; 
   L_UINT uFlags; 
} EXOBJ_REGION_OPTIONS, * pEXOBJ_REGION_OPTIONS; 

Members

L_UINT uStructSize

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

L_UINT uFlags

Flags that must be a combination of the following values:

Value Meaning
EXOBJ_REGION_HORIZONTAL [0x1] Extract the region as horizontal segments
EXOBJ_REGION_VERTICAL [0x2] Extract the region as vertical segments

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.