ImageEn, unit iexProcEffects

TIEImageEffectsList.Description

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.


Example



s := ImageEnView1.IEBitmap.EffectsChain.Description( ', ' );

// s = Rotate 90°, Color Curve, Auto-Enhance - Enhance Contrast, Resize 50%, Pencil Sketch, Add Soft Shadow