typedef struct tagDICOMSHADOWSTYLE
{
L_UINT uStructSize;
L_UINT uShadowStyle;
L_FLOAT fShadowOffsetX;
L_FLOAT fShadowOffsetY;
L_UINT16 uShadowColorCieLabValue[3];
L_FLOAT fShadowOpacity;
}DICOMSHADOWSTYLE, *pDICOMSHADOWSTYLE;
The DICOMSHADOWSTYLE structure is used in the DICOMLINESTYLE structure.
The size of the structure (use sizeof (DICOMSHADOWSTYLE)).
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. |
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.
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.
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.
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.
The DICOMSHADOWSTYLE structure is used in the DICOMLINESTYLE 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