TTMSFNCScaledBitmaps.AddBitmapName Method
Adds an item with a named bitmap container reference at the given scale and returns it.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCScaledBitmaps
Syntax
function AddBitmapName(BitmapName: string; Scale: Single = 1.0): TTMSFNCScaledBitmap;
Parameters
| Name | Description |
|---|---|
BitmapName |
Name of the bitmap in the bitmap container. |
Scale |
Display scale factor. Defaults to 1.0. |
Returns
The newly added scaled bitmap item.