BlueHistogram Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

long BlueHistogram (long lIndex);

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets an array of unsigned integers that charts the number of times each intensity level occurs in the image. Set this property to initialize the blue histogram chart in the Histogram dialog box. If this property is 0, then the Bitmap property must be valid and vice versa. The MasterHistogram, RedHistogram, GreenHistogram and BlueHistogram properties must all be valid to be considered as the source of the histogram tables.

Before using this property you have to set the BlueHistogramSize property to the size of the chart.

See Also

Elements

ShowHistogramDlg method