ImageEn, unit iexProcEffects

TIEImageEffectsList.Clear

TIEImageEffectsList.Clear


Declaration

procedure Clear();


Description

Clears all active effects and resets the image.



Note: You do NOT need to call ImageEnView1.Update() after calling Clear(). It will happen automatically


Example

// Discard all added effects (revert image to original)
ImageEnView1.IEBitmap.EffectsChain.Clear();