FMX.InertialMovement.TRectD.TopLeft

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

Delphi

property TopLeft: TPointD read GetTopLeft write SetTopLeft;

C++

__property TPointD TopLeft = {read=GetTopLeft, write=SetTopLeft};

プロパティ

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


説明

四角形の左上隅の点、TPointD オブジェクトとして返します。

関連項目