LayersLoad loads all layers included bitmap, position, size, etc.. from a file saved using LayersSave.
It allows IEImage to rebuild a previous saved layers configuration.
All images will be compressed to the specified format, but the file which contains all layers is an ImageEn custom file format.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool LayersLoad( Stream stream )
Public Function LayersLoad ( _ stream As Stream _ ) As Boolean
public: bool LayersLoad( Stream^ stream )
Parameters
- stream
- Stream
Input stream.