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