FMX.Objects.TImageMultiResBitmap.GetDefaultSize

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDefaultSize: TSize; override;

C++

virtual System::Types::TSize __fastcall GetDefaultSize();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TImageMultiResBitmap

説明

TImage オブジェクト内の多重解像度ビットマップ TImageMultiResBitmap のデフォルト サイズを取得します。


GetDefaultSize では以下のように計算を行います。

TImage の Width - (BitmapMargins の Left + Right)
TImage の Height - (BitmapMargins の Top + Bottom)

関連項目