Vcl.Imaging.pngimage.TPNGObject.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream);

Properties

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

Description

Introduces an abstract method that loads the image from a stream.

Vcl.Imaging.pngimage.TPNGObject.LoadFromStream inherits from Vcl.Graphics.TGraphic.LoadFromStream. All content below this line refers to Vcl.Graphics.TGraphic.LoadFromStream.

Introduces an abstract method that loads the image from a stream.

Each descendant graphic object defines a LoadFromStream method that loads a graphics object from Stream.

See Also