typedef struct EXOBJ_SEGMENTLIST
{
L_UINT uStructSize;
pEXOBJ_SEGMENT pHead;
pEXOBJ_SEGMENT pTail;
L_UINT uCount;
L_UINT uTotalArea;
} EXOBJ_SEGMENTLIST, * pEXOBJ_SEGMENTLIST;
Stores a list of rectangular segments which represent an object's region.
Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_SEGMENTLIST) operator to calculate this value.
Pointer to EXOBJ_SEGMENT structure representing the first segment in the list.
Pointer to EXOBJ_SEGMENT structure representing the last segment in the list.
The number of segments in the list.
The total number of pixels represented by this segment list (equal to the area of the region).
EXOBJ_SEGMENTLIST 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