API:Vcl.Imaging.pngimage.TPngImage.SaveToStream
Delphi
procedure SaveToStream(Stream: TStream); {$IFDEF UseDelphi}override;{$ENDIF}
C++
virtual void __fastcall SaveToStream(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 saves the graphic image to a stream.
Vcl.Imaging.pngimage.TPngImage.SaveToStream inherits from Vcl.Graphics.TGraphic.SaveToStream. All content below this line refers to Vcl.Graphics.TGraphic.SaveToStream.
Introduces an abstract method that saves the graphic image to a stream.
Each descendant graphic object defines a SaveToStream method that saves the object to a Stream.