Vcl.Imaging.pngimage.TPNGObject.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream); {$IFDEF UseDelphi}override;{$ENDIF}

Properties

Type Visibility Source Unit Parent
procedure public Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Description

Introduces an abstract method that saves the graphic image to a stream.

Vcl.Imaging.pngimage.TPNGObject.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.