FMX.Graphics.TBitmap.Bounds

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

Delphi

property Bounds: TRect read GetBounds;

C++

__property System::Types::TRect Bounds = {read=GetBounds};

プロパティ

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


説明

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

関連項目