DICOMMAJORTICK

Summary

The DICOMMAJORTICK describes the attributes of a "Major Ticks Sequence" (0070,0287) item.

Syntax

typedef struct tagDICOMMAJORTICK 
{ 
   L_UINT uStructSize; 
   L_FLOAT fTickPosition; 
   L_TCHAR szTickLabel[SH_MAX_LEN]; 
} DICOMMAJORTICK, *pDICOMMAJORTICK; 

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.

Usage

See Also

Functions

Topics

Example

For an example, refer to L_DicomGetCompoundGraphicCount.

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

LEADTOOLS DICOM C API Help

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