API:Vcl.Imaging.pngimage.TPngImage.LoadFromStream
Delphi
procedure LoadFromStream(Stream: TStream);
C++
virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage.hpp |
Vcl.Imaging.pngimage | TPngImage |
Description
Introduces an abstract method that loads the image from a stream.
Vcl.Imaging.pngimage.TPngImage.LoadFromStream inherits from Vcl.Graphics.TGraphic.LoadFromStream. All content below this line refers to Vcl.Graphics.TGraphic.LoadFromStream.
Introduces an abstract method that loads the image from a stream.
Each descendant graphic object defines a LoadFromStream method that loads a graphics object from Stream.