DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImageFusion Class / OpacityValues Property



In This Topic
    OpacityValues Property
    In This Topic
    Opacity values for individual images
    Syntax
    'Declaration
     
    
    Public Property OpacityValues As IEnumerable(Of Single)
    'Usage
     
    
    Dim instance As DicomImageFusion
    Dim value As IEnumerable(Of Single)
     
    instance.OpacityValues = value
     
    value = instance.OpacityValues
    public IEnumerable<float> OpacityValues {get; set;}
    public:
    property IEnumerable<float>^ OpacityValues {
       IEnumerable<float>^ get();
       void set (    IEnumerable<float>^ value);
    }
    Remarks
    Value should be in the range of 0 - 1
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also