Vcl.Imaging.GIFImg.TGIFBlock.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream);

C++

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 TGIFBlock

Description

Loads the image data from the given stream.

Call LoadFromStream to load the image data from the stream specified through the Stream argument into the Data property.

See Also