DisplayBlueValue property (IDicomLayerAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long DisplayBlueValue

Overview

Refer to Working with DICOM Annotations

Remarks

The DisplayBlueValue property specifies the blue value in the "Graphic Layer Recommended Display RGB Value" (0070,0067) element.

When creating a new layer using the CreateLayer method and when updating an existing layer using the SetLayerAttributes method, the DisplayRedValue property, the DisplayGreenValue property, and the DisplayBlueValue property will all be ignored if any of them is set to a negative value. When retrieving the attributes of a layer using the GetLayerAttributes method, these properties will be set to negative values if the corresponding element doesn’t exist.

See Also

Elements:

DisplayRedValue property, DisplayGreenValue property, LayerAttributes property, CreateLayer method, GetLayerAttributes method, SetLayerAttributes method

Topics:

ILEADDicomDS Interface, IDicomLayerAttributes Interface