Vcl.Imaging.GIFImg.TGIFFrame.LoadFromStream
Delphi
procedure LoadFromStream(Stream: TStream); override;
C++
virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFFrame |
Description
Loads a GIF frame from a stream.
Call LoadFromStream to load a TGIFFrame from a stream given by the Stream parameter.