Skip to main content

LoadFromStream

Description

The LoadFromStream method loads a CGM file from the stream defined in AStream. LoadFromStream reads data source from a stream, replaces the current image with it and determines bounds of an image.

ParameterTypeDescription
AStreamTStreamStream

Syntax

procedure LoadFromStream(AStream: TStream);override;