TImagingGraphic.LoadFromStream Method
TImagingGraphic Class

Loads new image from the stream.

Class
Pascal
public procedure LoadFromStream(Stream: TStream); override;
Description

It can load all image file formats supported by Imaging (and enabled of course) even though it is called by descendant class capable of saving only one file format.

Related Information
You are here: Symbol Reference > Classes > TImagingGraphic Class > Methods > LoadFromStream Method