VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomImageVoiLookupTable Class / WindowCenter Property
Syntax Remarks Requirements SeeAlso
In This Topic
    WindowCenter Property (DicomImageVoiLookupTable)
    In This Topic
    Gets the window center of the Value Of Interest Look Up Table.
    Syntax
    'Declaration
    
    Public ReadOnly Property WindowCenter As Double
    
    
    public double WindowCenter { get; }
    
    
    public: __property double get_WindowCenter();
    
    
    
    public:
    property double WindowCenter { double get(); }

    Property Value

    Supported values:
    • from -2^(N-1) to 2^(N-1)-1 - if image pixels are stored as the signed integer values
    • from 0 to 2^N-1 - if image pixels are stored as the unsigned integer values
    , where N - number of bits in color channel.
    Remarks

    This property has correct value if the Modality Look Up Table is linear.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also