FMX.InertialMovement.TRectD.BottomRight
Delphi
property BottomRight: TPointD read GetBottomRight write SetBottomRight;
C++
__property TPointD BottomRight = {read=GetBottomRight, write=SetBottomRight};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TRectD |
Description
Returns the lower-right corner of the rectangle as the TPointD object.