FMX.ImgList.TGlyph.GetDefaultSize

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

Delphi

function GetDefaultSize: TSizeF; override;

C++

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

プロパティ

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


説明

表示するイメージのデフォルトの WidthHeight を返します。

デフォルトでは、返される Width および Height は、DefaultDesktopSize 定数と同じです(XE8 バージョンでは 16 ピクセル)。

関連項目