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