The following tables list the members exposed by DICOMImageInformationRenderer.
Name | Description | |
---|---|---|
DICOMImageInformationRenderer Constructor | Initializes a new DICOMImageInformationRenderer object using the information in the specified DICOMImageInformation object. |
Name | Description | |
---|---|---|
Information | Gets the original DICOMImageInformation object that was used to create this DICOMImageInformationRenderer. | |
IsLUTCalculated | Gets a value that indicates whether or not the image's lookup table (LUT) has been calculated. | |
MaximumWindowLevelCenter | Gets the maximum window level center value. | |
MaximumWindowLevelWidth | Gets the maximum window level width value. | |
MinimumWindowLevelCenter | Gets the minimum window level center value. | |
MinimumWindowLevelWidth | Gets the minimum window level width value. | |
OriginalWindowLevelCenter | Gets the original window level center value. | |
OriginalWindowLevelWidth | Gets the original window level width value. | |
PaletteType | Gets or sets the WindowLevelPaletteType to use. | |
WindowLevelCenter | Gets the current window level center value. | |
WindowLevelWidth | Gets the current window level width value. |
Name | Description | |
---|---|---|
BeginResize | Hides the image, and displays the resized image, so that the window level is applied on the resized version instead. | |
CalculateLUT | Calculates the lookup table (LUT) to be used when rendering a DICOM image. | |
EndResize | Hides the resized image, restores and displays the original image. | |
LoadPaletteData | Loads palette data for this image from the specified xml file. | |
OnChanged | Fires the Changed event. | |
OnUpdateImageData | Fires the UpdateImageData event. | |
Render | Renders the image with window leveling applied into the specified HTML 5 ImageData object. | |
ShouldResize | Calculates whether or not the DICOMImageInformationRenderer object should resize its output. | |
UpdateWindowLevelLUT | Updates the window level LUT with the new width and center values. | |
UpdateWindowLevelLUTDefault | Updates the window level by resetting the LUT to the default width and center values. |
Name | Description | |
---|---|---|
Changed | Occurs when this object changes. | |
UpdateImageData | Occurs when the HTML 5 ImageData for this DICOMImageInformationRenderer object has changed. |