System.Types.TRectF.IsEmpty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsEmpty: Boolean;

C++

bool IsEmpty() const _ALWAYS_INLINE {

Eigenschaften

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

Beschreibung

Prüft, ob das Rechteck leer ist.

IsEmpty gibt den booleschen Wert True zurück, wenn das Rechteck leer ist, ansonsten False.

Hinweis: Stellen Sie vor dem Aufruf von IsEmpty sicher, dass das Rechteck normalisiert ist.

Siehe auch