ImageEn, unit iexProcEffects

TIEImageEffectsList.Assign

TIEImageEffectsList.Assign

Declaration

procedure Assign(Source: TIEImageEffectsList; Append: Boolean = False);

Description

Assigns the params from another TIEImageEffectsList object.
If Append is true, the existing effects are not cleared.

Example

// Assign effects list from another bitmap
ImageEnView1.IEBitmap.EffectsChain.Assign( ImageEnView2.IEBitmap.EffectsChain );