ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

dib
DIB for which the DisplaySummaryLUT is to be built.

Return Value

ImGearLUT object.
See Also