FMX.InertialMovement.TRectD.BottomRight

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also