typedef struct tagDICOMMAJORTICK
{
L_UINT uStructSize;
L_FLOAT fTickPosition;
L_TCHAR szTickLabel[SH_MAX_LEN];
} DICOMMAJORTICK, *pDICOMMAJORTICK;
The DICOMMAJORTICK describes the attributes of a "Major Ticks Sequence" (0070,0287) item.
The size of the structure (use sizeof(DICOMMAJORTICK)).
The position of the tick in the range 0.0 (start point) to 1.0 (end point).
The label of the tick.
The DICOMMAJORTICK structure is part of the DICOMCOMPOUNDGRAPHIC structure.
For an example, refer to L_DicomGetCompoundGraphicCount.
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