FMX.MultiResBitmap
From RAD Studio API Documentation
Contents
Multi-resolution bitmaps enable your images and icons to appear correctly in different resolutions (Windows, iOS, OS X, and Android).
A multi-resolution bitmap is a collection of bitmap items providing the same image but having different scales:
- Multi-resolution bitmaps can be used to show images in TImage controls and in TImageList components.
- Use the MultiResBitmap Editor to create multi-resolution bitmaps to use in controls.
See Also
| Package | fmx250.bpl |
|---|
Classes
TBitmapOfItem A bitmap contained in TCustomBitmapItem objects.
TCustomBitmapItem TCustomBitmapItem represents a bitmap item in a TCustomMultiResBitmap multi-resolution bitmap.
TCustomMultiResBitmap A TCustomMultiResBitmap multi-resolution bitmap represents a collection of TCustomBitmapItem bitmap items having the same image but with different scales.
TFixedBitmapItem TFixedBitmapItem represents a bitmap item in a TFixedMultiResBitmap multi-resolution bitmap.
TFixedMultiResBitmap A TFixedMultiResBitmap multi-resolution bitmap represents a collection of TFixedBitmapItem bitmap items having the same image but with different scales.
TSizeKindHelper For internal use. TSizeKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.MultiResBitmap.TSizeKind type.
Routines
RegisterScaleName Registers the specified TScaleName named scale in the TScaleList list of mandatory named scales.
ScaleList Retrieves the TScaleList list of TScaleName mandatory named scales registered by calls to RegisterScaleName.
Types
TScaleList TScaleList is a list of TScaleName mandatory named scales registered by calls to RegisterScaleName.
TScaleName TScaleName defines a named scale used in lists of mandatory scales.
TSizeKind Defines what size to use when loading the image.