FMX.MultiResBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Multi-resolution bitmaps enable your images and icons to appear correctly in different resolutions (Windows, iOS, Mac OS X, and Android).

A multi-resolution bitmap is a collection of bitmap items providing the same image but having different scales:

See Also

Package fmx230.bpl

Classes

EMultiResBitmap
IMultiResBitmapObject
TBitmapOfItemA bitmap contained in TCustomBitmapItem objects.
TCustomBitmapItemTCustomBitmapItem represents a bitmap item in a TCustomMultiResBitmap multi-resolution bitmap.
TCustomBitmapItemClassTCustomBitmapItemClass defines the metaclass for TCustomBitmapItem.
TCustomMultiResBitmapA TCustomMultiResBitmap multi-resolution bitmap represents a collection of TCustomBitmapItem bitmap items having the same image but with different scales.
TFixedBitmapItemTFixedBitmapItem represents a bitmap item in a TFixedMultiResBitmap multi-resolution bitmap.
TFixedBitmapItemClassTFixedBitmapItemClass defines the metaclass for TFixedBitmapItem.
TFixedMultiResBitmapA TFixedMultiResBitmap multi-resolution bitmap represents a collection of TFixedBitmapItem bitmap items having the same image but with different scales.
TScaleNameComparer
TSizeKindHelperFor internal use. TSizeKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.MultiResBitmap.TSizeKind type.

Routines

RegisterScaleNameRegisters the specified TScaleName named scale in the TScaleList list of mandatory named scales.
ScaleListRetrieves the TScaleList list of TScaleName mandatory named scales registered by calls to RegisterScaleName.

Types

_di_IMultiResBitmapObject
TScaleListTScaleList is a list of TScaleName mandatory named scales registered by calls to RegisterScaleName.
TScaleNameTScaleName defines a named scale used in lists of mandatory scales.
TSizeKindDefines what size to use when loading the image.