TTMSMCPBitmapHelper.CreateFromStream Method
Creates and returns a new bitmap loaded from the specified stream.
API unit family: TMS.MCP.Types
Declaring type: TTMSMCPBitmapHelper
Syntax
class function CreateFromStream(AStream: TStream): TTMSMCPBitmap; overload;
Parameters
| Name | Description |
|---|---|
AStream |
The stream containing the image data. |
Returns
A new bitmap loaded from the stream.