Vcl.Imaging.jpeg.TJPEGImage.ReadStream

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

procedure ReadStream(Size: Longint; Stream: TStream);

C++

void __fastcall ReadStream(int Size, System::Classes::TStream* Stream);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Beschreibung

Lädt das JPEG-Bild aus einem Stream.

ReadStream wird intern von der Klasse TJPEGImage zum Lesen des Inhalts des JPEG-Bildes aus einem Stream verwendet. ReadStream liest die eine JPEG-Datenquelle aus einem Stream und ersetzt das aktuelle Bild damit.

Siehe auch