DICOMMAJORTICK

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.

Members

uStructSize

The size of the structure (use sizeof(DICOMMAJORTICK)).

fTickPosition

The position of the tick in the range 0.0 (start point) to 1.0 (end point).

szTickLabel

The label of the tick.

Comments

The DICOMMAJORTICK structure is part of the DICOMCOMPOUNDGRAPHIC structure.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.