ImageEn, unit histogrambox

THistogramBox.MinSelected

THistogramBox.MinSelected


Declaration

property MinSelected: Integer;


Description

If MouseInteract = mhSelectRange then MinSelected and MaxSelected specify the range of returned values.
If MouseInteract = mhSelectValue then MinSelected and MaxSelected return the same value.

Note: This valid range of MinSelected will depend on HistogramKind. If HistogramKind is [hkHue] then the range will be 0 to 359. Otherwise it will be 0 to 255. -1 can also be specified to clear the selection.
              

Example

// Select mid-point in color histogram
HistogramBox1.MinSelected := 128;


See Also

 MaxSelected
 SelectionColor
 MouseInteract