FMX.Graphics.TBitmap.BitmapScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BitmapScale: Single read GetBitmapScale write SetBitmapScale;

C++

__property float BitmapScale = {read=GetBitmapScale, write=SetBitmapScale};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Returns the dimensions of a bitmap as TSize.
This property represents a Single value used to determine the image's size. The Height and Width of the displayed image are calculated by multiplying the original height and width with the BitmapScale value.

See Also