ImageEn, unit iexProcEffects |
|
TIEImageEffectsList.Update
Declaration
procedure Update(FullUpdate: Boolean = True);
Description
Forces all
active effects to be re-applied to the image.
FullUpdate should always be true.
Note:
◼Generally, this is not needed as ImageEn will automatically update as required
◼You do NOT need to call ImageEnView1.Update() after calling Update()
ImageEnView1.IEBitmap.EffectsChain.Update();