DICOMSHADOWSTYLE

Summary

The DICOMSHADOWSTYLE structure is used in the DICOMLINESTYLE structure.

Syntax

typedef struct tagDICOMSHADOWSTYLE 
{ 
   L_UINT uStructSize; 
   L_UINT uShadowStyle; 
   L_FLOAT fShadowOffsetX; 
   L_FLOAT fShadowOffsetY; 
   L_UINT16 uShadowColorCieLabValue[3]; 
   L_FLOAT fShadowOpacity; 
}DICOMSHADOWSTYLE, *pDICOMSHADOWSTYLE; 

Members

uStructSize

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

uShadowStyle

The shadow style of the text to be displayed. Corresponds to the 'Shadow Style' (0070,0244) DICOM element.

Value Meaning
DICANN_SHADOW_STYLE_OFF [0x0] No shadow style specified.
DICANN_SHADOW_STYLE_NORMAL [0x1] Normal shadow style.
DICANN_SHADOW_STYLE_OUTLINED [0x2] Outlined shadow style.

fShadowOffsetX

Floating point value that defines the shadow offset in X direction in Anchor Point Annotation Units (0070,0004). Corresponds to the 'Shadow Offset X' (0070,0245) DICOM element.

fShadowOffsetY

Floating point value that defines the shadow offset in Y direction in Anchor Point Annotation Units (0070,0004). Corresponds to the 'Shadow Offset Y' (0070,0246) DICOM element.

uShadowColorCieLabValue

A color triplet value used to encode the Shadow Color. The units are specified in PCS-Values, and the value is encoded as CIELab. Corresponds to the 'Shadow Color CIELab Value' (0070,0247) DICOM element.

fShadowOpacity

Encodes the shadow opacity. The value is encoded as floating point alpha value (0.0-1.0). Corresponds to the 'Shadow Opacity' (0070,0258) DICOM element.

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.