IGxImageList.SaveToStream

Syntax

SaveToStream(Stream: IIOStream; BgColor: IGxColor): Boolean;

Parameters

Stream. Parameter that determines the stream, to which the images from the collection are saved.

BgColor. Image background color. If Null is passed as the background color, color is selected randomly.

Description

The SaveToStream method saves all images from the collection to the stream that is passed as the Stream input parameter. All images are saved as horizontal series and the method returns the attribute that images are stored successfully.

Example

The example of use is given on the page with description of the Add method.

See also:

IGxImageList