IImageList.LoadFromStream2

Fore Syntax

LoadFromStream2(Stream: IIOStream);

Fore.NET Syntax

LoadFromStream2(Stream: System.IO.Stream);

Parameters

Stream. The stream from which the images are loaded.

Description

The LoadFromStream2 method loads images from the stream and restores information on semi-transparency.

Comments

This method allows to load images saved to the stream using the SaveToStream2 method.

Example

The example of use is given in description of the SaveToStream2 method.

See also:

IImageList