FMX.InertialMovement.TRectD.TopLeft

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property TopLeft: TPointD read GetTopLeft write SetTopLeft;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TRectD


Beschreibung

Gibt die linke obere Ecke des Rechtecks als das TPointD-Objekt zurück.

Siehe auch