System.Types.TRectF.Location

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Location: TPointF read GetLocation write SetLocation;

C++

__property TPointF Location = { read=GetLocation, write=SetLocation };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Types.pas
SystemTypes.h
System.Types TRectF

Beschreibung

Gibt die X und Y-Koordinaten des oberen linken Eckpunktes zurück.

Siehe auch