FMX.Objects.TImage.ItemForCurrentScale

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

Delphi

function ItemForCurrentScale(const IncludeEmpty: Boolean): TCustomBitmapItem;

C++

Fmx::Multiresbitmap::TCustomBitmapItem* __fastcall ItemForCurrentScale(const bool IncludeEmpty);

プロパティ

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


説明

最適スケールの MultiResBitmap での項目の検索を試行します。

IncludeEmpty パラメータが True の場合、返される項目は空の場合があります。そうでなければ、返される項目に空のものはありません。空の項目は無視されます。

ン作が正常に終了した場合、ItemForCurrentScaleTCustomBitmapItem を返し、そうでなければ、 ItemForCurrentScalenil を返します。

関連項目