DicomObjects.NET.8.48 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 System.Collections.Generic.IEnumerable(Of Single)
    public System.Collections.Generic.IEnumerable<float> OpacityValues {get; set;}
    Remarks
    Value should be in the range of 0 - 1
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also