System.Types.TRectF.TopLeft

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

1: (TopLeft, BottomRight: TPointF);

C++

TPointF& TopLeft() _ALWAYS_INLINE
const TPointF& TopLeft() const _ALWAYS_INLINE

Eigenschaften

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

Beschreibung

Gibt den oberen linken Eckpunkt des Rechtecks zurück.

TopLeft gibt den oberen linken Eckpunkt des TRectF-Objekts zurück.

Siehe auch