MaxVal property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int MaxVal

Delphi Syntax

MaxVal: Integer

Overview

Refer to Examining and Altering Bitmaps.

Remarks

(Document/Medical only) (Read Only) Gets the maximum intensity value of the pixels in the image. This value is not affected by LevelLowBit property or LevelHighBit property.

This value is only valid after calling GetMinMaxVal method.

The MinBit, MaxBit, MinVal and MaxVal values are useful for setting up the LevelLUT property for remapping to a user palette.

See Also

Elements

GetMinMaxVal method, MinVal property, LevelLowBit property, LevelHighBit property, WindowLevel method, MinBit, MaxBit

Topics

Raster Images: Palettes