ImageGear for .NET
DisplaySummaryLUT Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > IImGearDICOMDisplaySettings Interface : DisplaySummaryLUT Property




Glossary Item Box

Gets summary LUT based on all settings of the object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.