LevelLowBit property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short LevelLowBit

Overview:  Refer to Examining and Altering Bitmaps.

Remarks

(Medical Imaging only) Sets the value of the lowest bit considered as image data when painting a 12 or 16-bit grayscale image. Valid values are : 0 <= LevelLowBit <= LevelHighBit property. For example, to specify that only the high (most significant) 8 bits of a 16-bit grayscale image are considered part of the image, set Level LowBit property to 8 and LevelHighBit property to 15 (not 16! 15 - 8 + 1 = 8 bits). To consider only the lowest 8 bits, set LevelLowBit to 0 and LevelHighBit to 7 (not 8!).

This property does not change the image data, only the way it is painted. Set the WindowLevelBitmap property to TRUE and call WindowLevel method to change the image data to match the display image.

See Also

Elements:  WindowLevel method, LevelHighBit property

Topics:  Raster Images: Palettes