GetMinMaxVal method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int GetMinMaxVal(void);

Delphi Syntax

GetMinMaxVal: Integer;

Overview

Refer to Examining and Altering Bitmaps.

Remarks

(Medical only) Gets the minimum and maximum intensity values of the pixels in a bitmap. There are two properties associated with this method. The MinVal property and MaxVal property are updated with the minimum and maximum values retrieved by this method.

The minimum and maximum intensity values of the pixels in the bitmap are not affected by LevelLowBit property or LevelHighBit property.

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:

MinVal property, MaxVal property, WindowLevel method, GetMinMaxBits method

Topics:

Raster Images: Palettes