FMX.Objects.TShape.ShapeRect
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) となります。