FMX.MultiResBitmap.TFixedBitmapItem.Scale

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Scale: Single read FScale write SetScale stored ScaleStored;

C++

__property Scale;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TFixedBitmapItem

Beschreibung

Gibt die Skalierung des Bitmap-Elements an.

FMX.MultiResBitmap.TFixedBitmapItem.Scale erbt von FMX.MultiResBitmap.TCustomBitmapItem.Scale. Der folgende Inhalt bezieht sich auf FMX.MultiResBitmap.TCustomBitmapItem.Scale.

Gibt die Skalierung des Bitmap-Elements an.

Scale wird zum Auswählen des geeigneten Bitmap-Elements aus dem Bitmap mit Mehrfachauflösung, zum Definieren des Zoomfaktors für die Vergrößerung des Quellbildes und für andere Dienstfunktionen verwendet.

Der Wert von Scale wird auf eine Potenz von zehn gerundet (siehe RoundTo), die von der

FMX.MultiResBitmap.TCustomBitmapItem.ScaleRange = -3

-Konstante angegeben wird.

Siehe auch