FMX.ImgList.TBitmapItem.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: Single read FScale write SetScale stored ScaleStored;

C++

__property Scale;

Properties

Type Visibility Source Unit Parent
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TBitmapItem

Description

Indicates the scale of the bitmap item.

FMX.ImgList.TBitmapItem.Scale inherits from FMX.MultiResBitmap.TCustomBitmapItem.Scale. All content below this line refers to FMX.MultiResBitmap.TCustomBitmapItem.Scale.

Indicates the scale of the bitmap item.

Scale is used to select the appropriate bitmap item from the multi-resolution bitmap, to define the zoom factor to magnify the source image, and to other service functions.

The Scale value is rounded to a power of ten (see RoundTo) specified by the

FMX.MultiResBitmap.TCustomBitmapItem.ScaleRange = -3

constant.

See Also