System.Types.TRect.TopLeft

Aus RAD Studio API Documentation

Delphi

1: (TopLeft, BottomRight: TPoint);

C++

TPoint& TopLeft() _ALWAYS_INLINE
const TPoint& TopLeft() const _ALWAYS_INLINE

Eigenschaften

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

Beschreibung

Gibt die obere linke Ecke des Rechtecks zurück.

TopLeft gibt die obere linke Ecke des TRect-Objekts zurück.

Siehe auch