TTMSFNCBitmap.LoadFromStream Method
Loads the bitmap from the given stream, automatically detecting the image format.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCBitmap
Syntax
procedure LoadFromStream(Stream: TStream); virtual;
Parameters
| Name | Description |
|---|---|
Stream |
The input stream containing image data. |