TClrImage.LoadFromStream(TStream) Method
Creates an Image from the specified data stream.
public procedure LoadFromStream(Stream: TStream); overload;
Parameters
- Stream
- Type: TStream
A Stream that contains the data for this Image.
Creates an Image from the specified data stream.
public procedure LoadFromStream(Stream: TStream); overload;
A Stream that contains the data for this Image.