ImageEn, unit iexUserInteractions |
|
TIEFillToolInteraction.MaxFilter
Declaration
property MaxFilter: Boolean;
Description
Enable usage of a maximum filter, which will make a more aggressive flood fill.
Default: False
// Enable usage of a maximum filter
ImageEnView1.FillTool.MaxFilter := True;