FMX.Graphics.TBitmap.BoundsF

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

Delphi

property BoundsF: TRectF read GetBoundsF;

C++

__property System::Types::TRectF BoundsF = {read=GetBoundsF};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


説明

ビットマップの境界(0, 0, Width, Height)で、TRectF のインスタンスとして表します。

関連項目