ImageEn, unit iexProcEffects |
|
TIEImageEffectsList.Edit
Declaration
function Edit(Index: Integer): Boolean;
Description
Prompt the user to edit the properties of an effect using the
Proc Previews dialogNote: You do NOT need to call ImageEnView1.Update() after calling Edit(). It will update automatically
// Prompt user to edit the selected effect
ImageEnView1.IEBitmap.EffectsChain.Edit( cbxEffects.ItemIndex );