HistogramFlags property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

HistogramConstants HistogramFlags

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value used to determine which bits to use when calculating the histogram. This value is used only if the bitmap is 12 or 16-bit grayscale. Possible values are:

Value

Meaning

HIST_LOWHIGH_BITS

[0x0000] Use the only the bits between the LowBit and HighBit values stored in the bitmap handle.

HIST_ALL_BITS

[0x0010] Use all the bits for calculating the histogram (the LowBit and HighBit values from the bitmap handle are ignored.

See Also

Elements

ShowHistogramDlg method