FMX.Objects.TShape.ShapeRect

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

Delphi

property ShapeRect: TRectF read GetShapeRect;

C++

__property System::Types::TRectF ShapeRect = {read=GetShapeRect};

プロパティ

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

説明

形状を描画する四角形を示します。

四角形の左上隅の座標が (0,0) の時、右下隅の座標は (Width, Height) となります。

関連項目