Vcl.Imaging.pngimage.TPngImage.LoadFromStream

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

procedure LoadFromStream(Stream: TStream);

C++

virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Beschreibung

Lädt ein PNG-Bild aus einem Stream.

Mit LoadFromStream laden Sie ein PNG-Bild aus einem Stream. Das neu geladene Bild ersetzt das in der Klasse TPngImage gespeicherte. Wenn der Stream kein gültiges PNG-Bild enthält, wird eine Exception ausgelöst.

Siehe auch