typedef struct _DOTLINEZONE
{
L_RECT* pDots;
L_UINT uDotsCount;
L_BOOL bIsVerticalLine;
} DOTLINEZONE, *pDOTLINEZONE;
The DOTLINEZONE structure provides information about dotted line zone.
Array of rectangles which represent the location of the dots in the dotted line.
The number of elements in the array pDots
.
a boolean that shows if the dotted line has vertical orientation or not.
This structure is used in casting LEADZONE.pZoneData when zone type is dotted line.
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