TTMSFNCScaledBitmaps.Add Method
Adds a new scaled bitmap item at the given scale factor and returns it.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCScaledBitmaps
Syntax
function Add(Scale: Single = 1.0): TTMSFNCScaledBitmap; overload;
Parameters
| Name | Description |
|---|---|
Scale |
Display scale for the new item. Defaults to 1.0. |
Returns
The newly added scaled bitmap item.