FMX.ImgList.TMultiResBitmap

Delphi
TMultiResBitmap = class(TCustomMultiResBitmap)
C++
class PASCALIMPLEMENTATION TMultiResBitmap : public Fmx::Multiresbitmap::TCustomMultiResBitmap
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | FMX.ImgList.pas FMX.ImgList.hpp | FMX.ImgList | FMX.ImgList | 
Description
Represents a multi-resolution bitmap used by a source item in an image list.
A TMultiResBitmap multi-resolution bitmap is a collection of TBitmapItem bitmap items having the same image but with different scales this multi-resolution bitmap is owned by the ImageList image list.
TMultiResBitmap extends the TCustomMultiResBitmap class declaring public ImageList and SourceItem properties:
- SourceItem is the TCustomSourceItem source item identifying the owner of this multi-resolution bitmap. SourceItem is specified by the AOwnerparameter in the Create constructor of the TMultiResBitmap object.
- ImageList identifies the owner of the source collection containing the SourceItem source item.
Use the MultiResBitmap Editor to edit TMultiResBitmap multi-resolution bitmaps.