GetMinMaxBits method (Main Control)
Builder Syntax |
int GetMinMaxBits(void) |
Delphi Syntax |
GetMinMaxBits: Integer; |
Overview |
Refer to Examining and Altering Bitmaps. |
Remarks
(Medical only) Gets the minimum and maximum bits of the pixels in a bitmap. These values are not affected by LevelLowBit property or LevelHighBit property.
There are two properties associated with this method. The MinBit property and MaxBit property are updated with the minimum and maximum values retrieved by this method.
This method supports 12 and 16-bit grayscale. Support for 12 and 16-bit grayscaleimages is available only in the Document/Medical toolkits.
This property supports signed data images.
See Also
Elements: |
MinBit property, MaxBit property, WindowLevel method, GetMinMaxVal method |
Topics: |