IGxImageList.LoadFromStream

Fore Syntax

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

Fore.NET Syntax

LoadFromStream(Stream: System.IO.Stream; Transparent: Prognoz.Platform.Interop.Drawing.IGxColor);

Parameters

Stream. Parameter that determines the stream, from which the image is loaded to the collection.

Transparent. Parameter that determines the color that is used as a transparent one.

Description

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

Fore and Fore.NET Examples

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

See also:

IGxImageList