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






In This Topic
    ScreenLUT Method
    In This Topic
    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)
    protected System.Array ScreenLUT( 
       System.int Bits
    )
    protected function ScreenLUT( 
        Bits: System.Integer
    ): System.Array; 
    protected function ScreenLUT( 
       Bits : System.int
    ) : System.Array;
    protected: System.Array* ScreenLUT( 
       System.int Bits
    ) 
    protected:
    System.Array^ ScreenLUT( 
       System.int 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