MasterHistogram Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

long MasterHistogram (long lIndex);

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets an array of integers that charts the number of times each intensity level occurs in the image. Set this property to initialize the master histogram 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 must set the MasterHistogramSize property to the size of this chart.

See Also

Elements

ShowHistogramDlg method