WindowLevelBitmap property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool WindowLevelBitmap

Delphi Syntax

WindowLevelBitmap : Boolean

Overview

Refer to Examining and Altering Bitmaps.

Remarks

(Medical only) Controls the behavior of the WindowLevel method.

If this proprety is TRUE, then the WindowLevel method will use the LevelLowBit property, LevelHighBit property, LevelLUT property and LevelLUTLength property to create an 8-bit or 24-bit bitmap from a 12 or 16-bit grayscale bitmap.

If this property is FALSE, then the WindowLevel method will use the LevelLowBit property, LevelHighBit property, LevelLUT property and LevelLUTLength property to apply window leveling to the bitmap, but the bitmap remains as a 12 or 16-bit grayscale bitmap. That is, the image data is not altered.

This property supports signed data images.

See Also

Elements:

LevelLowBit property, LevelHighBit property, LevelLUTLength property

 

LevelLUT property, GetMinMaxBits method, GetMinMaxVal method

Topics:

Raster Images: Palettes