TTMSFNCScaledBitmap Class
A collection item that pairs a bitmap with a display scale factor for use in high-DPI or retina-aware rendering.
API unit family: TMSFNCTypes
Inherits from: TCollectionItem
Syntax
TTMSFNCScaledBitmap = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Bitmap | The bitmap image associated with this scale factor. |
| BitmapName | Named reference to a bitmap in a bitmap container; used as an alternative to embedding a bitmap directly. |
| Scale | The display scale factor for this bitmap (for example 1.0 for 1×, 2.0 for 2× retina). |