Skip to main content

CreateFromStream(TStream) Constructor

Creates a Smart Image object from the specified stream that contains an image.

Declaration

constructor CreateFromStream(AStream: TStream); virtual;

Parameters

Name Type Description
AStream TStream

The source stream.

Remarks

Call this constructor to create a Smart Image object that stores the image loaded from a stream object passed as the AStream parameter.

See Also