TTMSFNCScaledBitmaps.AddBitmap Method
Wraps an existing bitmap object in a new collection item at the given scale and returns it.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCScaledBitmaps
Syntax
function AddBitmap(Bitmap: TTMSFNCBitmap; Scale: Single = 1.0): TTMSFNCScaledBitmap;
Parameters
| Name | Description |
|---|---|
Bitmap |
The bitmap to add. |
Scale |
Display scale factor. Defaults to 1.0. |
Returns
The newly added scaled bitmap item.