FMX.InertialMovement.TRectD.TopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopLeft: TPointD read GetTopLeft write SetTopLeft;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TRectD

Description

Returns the upper-left corner of the rectangle as the TPointD object.

See Also