DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / ScreenLUT Method
output bit depth






    ScreenLUT Method
    The lookup table used for rendering this image to the specified bit depth output
    Syntax
    'Declaration
     
    
    Protected Function ScreenLUT( _
       ByVal Bits As System.Integer _
    ) As System.Array
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim Bits As System.Integer
    Dim value As System.Array
     
    value = instance.ScreenLUT(Bits)

    Parameters

    Bits
    output bit depth

    Return Value

    Array of suitable values
    Remarks
    This is intended only for internal use
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also