ImageEn, unit iexProcEffects |
|
TIEImageEffectsList.Description
Declaration
function Description(Delimiter: string = sLineBreak): string;
Description
Returns a description of all enabled effects (using
Description.
Delimiter specifies how each item is separated. Typical values are sLineBreak (#13#10) or ', '.
Result will be '' if there are no active effects.
s := ImageEnView1.IEBitmap.EffectsChain.Description( ', ' );
// s = Rotate 90°, Color Curve, Auto-Enhance - Enhance Contrast, Resize 50%, Pencil Sketch, Add Soft Shadow