ImageGear .NET v25.1 - Updated
DisplaySummaryLUT Property (IImGearDICOMDisplaySettings)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearDICOMDisplaySettings Interface : DisplaySummaryLUT Property
Gets summary LUT based on all settings of the object.
Syntax
'Declaration
 
ReadOnly Property DisplaySummaryLUT As ImGearLUT
'Usage
 
Dim instance As IImGearDICOMDisplaySettings
Dim value As ImGearLUT
 
value = instance.DisplaySummaryLUT
ImGearLUT DisplaySummaryLUT {get;}
__property ImGearLUT* get_DisplaySummaryLUT();
property ImGearLUT^ DisplaySummaryLUT {
   ImGearLUT^ get();
}

Property Value

ImGearLUT class object.
Remarks
This property concatenates all transforms that are present in a object that implements IImGearDICOMDisplaySettings interface, and builds a summary LUT. Display code does not check any other transforms of the ImageGear.Formats.DICOM.ImGearDICOMDisplaySettings class, but uses this LUT to display medical images with proper contrast.

If the application changes any members of ImageGear.Formats.DICOM.ImGearDICOMDisplaySettings class, it will call UpdateDisplaySummaryLUT method to allow the display to use the changed settings.

See Also

Reference

IImGearDICOMDisplaySettings Interface
IImGearDICOMDisplaySettings Members
ImGearLUT Class