WindowLevelBitmap property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax BOOL WindowLevelBitmap;

Overview:  Refer to Examining and Altering Bitmaps.

Remarks

(Medical Imaging 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.

See Also

Elements:  LevelLowBit property, LevelHighBit property, LevelLUTLength property
LevelLUT property
, GetMinMaxBits method, GetMinMaxVal method

Topics:  Raster Images: Palettes