System.Types.TRect.BottomRight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

1: (TopLeft, BottomRight: TPoint);

C++

TPoint& BottomRight() _ALWAYS_INLINE
const TPoint& BottomRight() const _ALWAYS_INLINE

Eigenschaften

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

Beschreibung

Gibt den unteren rechten Eckpunkt des Rechtecks zurück.

BottomRight gibt den unteren rechten Eckpunkt des TRect-Objekts zurück.

Siehe auch