LoadFromStream(Stream: IIOStream; [Transparent: IGxColor = Null]);
Stream. Stream, from which the image will be loaded to the collection.
Transparent. Color that will be used as a transparent one.
The LoadFromStream method loads images to the collection from the stream that is passed as the Stream input parameter.
The collection may contain only 32-bit PNG images and 24-bit BMP images.
The method use is given in the example for IGxImageList.SaveToDoc.
See also: