ImageEn, unit iexProcEffects

TIEImageEffectsList.LoadFromStream

TIEImageEffectsList.LoadFromStream


Declaration

procedure LoadFromStream(Stream: TStream; Append: Boolean = False);


Description

Load the list of Image Processing effects from a stream (i.e. used to perform a set of operations upon an image).



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


See Also

 LoadFromFile
 SaveToStream
 LoadFromFile