IImageList.LoadFromStream2

Syntax

LoadFromStream2(Stream: IIOStream);

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 enables the user 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