ImageEn, unit histogrambox

THistogramBox.AttachedImageEnProc

THistogramBox.AttachedImageEnProc

Declaration

property AttachedImageEnProc: TImageEnProc;

Description

Use this property to attach a THistogramBox to a TImageEnProc object.

Example

HistogramBox1.AttachedImageEnProc := ImageEnView1.Proc;
HistogramBox1.Update(); // now HistogramBox1 will display the histogram of an image attached to ImageEnProc1