EXOBJ_REGION_OPTIONS

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

Provides extra information for calculating an object's region.

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

Comments

The structure is used by:

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.