IGxImageList.LoadFromStream

Syntax

LoadFromStream(Stream: IIOStream; [Transparent: IGxColor = Null]);

Parameters

Stream. Stream, from which the image will be loaded to the collection.

Transparent. Color that will be used as a transparent one.

Description

The LoadFromStream method loads images to the collection from the stream that is passed as the Stream input parameter.

Comments

The collection may contain only 32-bit PNG images and 24-bit BMP images.

Example

The method use is given in the example for IGxImageList.SaveToDoc.

See also:

IGxImageList