ImageEn, unit iexUserInteractions

TIEFillToolInteraction.MaxFilter

TIEFillToolInteraction.MaxFilter

Declaration

property MaxFilter: Boolean;

Description

Enable usage of a maximum filter, which will make a more aggressive flood fill.

Default: False

Example

// Enable usage of a maximum filter
ImageEnView1.FillTool.MaxFilter := True;