FMX.InertialMovement.TRectD.BottomRight

提供:RAD Studio API Documentation

Delphi

property BottomRight: TPointD read GetBottomRight write SetBottomRight;

C++

__property TPointD BottomRight = {read=GetBottomRight, write=SetBottomRight};

プロパティ

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


説明

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

関連項目