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.
Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_REGION_OPTIONS) operator to calculate this value.
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 |
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document