ImageGear for .NET
UpdateDisplaySummaryLUT Method
See Also  Example Send Feedback
ImageGear21.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearDICOMDisplaySettings Class : UpdateDisplaySummaryLUT Method




dib
DIB for which the DisplaySummaryLUT is to be built.

Glossary Item Box

Updates DisplaySummaryLUT with current settings of the ImGearDICOMDisplaySettings class members.

Syntax

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

Parameters

dib
DIB for which the DisplaySummaryLUT is to be built.

Remarks

This method updates DisplaySummaryLUT property based on the transforms that are present in the ImGearDICOMDisplaySettings class object.

Transforms are applied in the following order:

Modality

VOIInvertedPresentation LUTStandard Display LUT

Resulting DisplaySummaryLUT property has input depth equal to image bit depth and output depth equal to grayscale depth of the display device (8).

Example

C#Copy Code
ImGearRasterPage rasterPage = (ImGearRasterPage)igPage;
rasterPage.DICOMDisplaySettings.UpdateDisplaySummaryLUT(rasterPage.DIB);
Visual BasicCopy Code
Dim rasterPage As ImGearRasterPage = igPage
rasterPage.DICOMDisplaySettings.UpdateDisplaySummaryLUT(rasterPage.DIB)

See Also

©2013. Accusoft Corporation. All Rights Reserved.