TTMSFNCBitmapHelper.CreateFromFile Method
Creates and returns a new bitmap loaded from the specified image file.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCBitmapHelper
Syntax
class function CreateFromFile(AFileName: string): TTMSFNCBitmap; overload;
Parameters
| Name | Description |
|---|---|
AFileName |
The path to the image file. |
Returns
A new bitmap loaded from the file.