ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDICOMDisplaySettings Interface / BuildSummaryLUT Method
DIB for which the DisplaySummaryLUT is to be built.




In This Topic
    BuildSummaryLUT Method
    In This Topic
    Builds a standalone ImGearLUT class object based on the transforms that are present in the ImageGear.Formats.DICOM.ImGearDICOMDisplaySettings class object.
    Syntax
    'Declaration
     
    Function BuildSummaryLUT( _
       ByVal dib As ImGearDIB _
    ) As ImGearLUT
    'Usage
     
    Dim instance As IImGearDICOMDisplaySettings
    Dim dib As ImGearDIB
    Dim value As ImGearLUT
     
    value = instance.BuildSummaryLUT(dib)
    ImGearLUT BuildSummaryLUT( 
       ImGearDIB dib
    )
    ImGearLUT* BuildSummaryLUT( 
       ImGearDIB* dib
    ) 
    ImGearLUT^ BuildSummaryLUT( 
       ImGearDIB^ dib
    ) 

    Parameters

    dib
    DIB for which the DisplaySummaryLUT is to be built.

    Return Value

    ImGearLUT object.
    See Also