typedef struct EXOBJ_OUTLINE_POINT
{
L_UINT uStructSize;
pEXOBJ_OUTLINE_POINT pPrev;
pEXOBJ_OUTLINE_POINT pNext;
L_POINT ptPosition;
L_UINT8 uDirection;
} EXOBJ_OUTLINE_POINT, * pEXOBJ_OUTLINE_POINT;
Stores the information for a point along an object's outline.
Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_OUTLINE_POINT) operator to calculate this value.
Pointer to EXOBJ_OUTLINE_POINT structure representing the previous outline point in the list.
Pointer to EXOBJ_OUTLINE_POINT structure representing the next outline point in the list.
The pixel coordinates for the outline point.
Direction to the next outline point. This can be one of the following values:
Value | Meaning |
---|---|
EXOBJ_DIRECTION_EAST | [0] The next outline point is to the right |
EXOBJ_DIRECTION_NORTH | [1] The next outline point is above |
EXOBJ_DIRECTION_WEST | [2] The next outline point is to the left |
EXOBJ_DIRECTION_SOUTH | [3] The next outline point is below |
EXOBJ_OUTLINE_POINT 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