LoadFromStream
Description
The LoadFromStream method by specifying the stream from which the image is loaded as the value of Stream. LoadFromStream reads data source from a stream, replaces the current image with it and determines bounds of an image.
| Parameter | Type | Description |
|---|---|---|
S | TStream | Stream |
Syntax
procedure LoadFromStream(S: TStream); override;