IImageList.SaveToStream

Syntax

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

Parameters

Stream. The parameter determines the stream, into which the component images are saved.

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

Description

The SaveToStream method saves all images from the component in the stream that is passed as the Stream input parameter. All images are "glued" and saved as the horizontal line, and then the method returns whether removal was completed successfully.

See also:

IImageList