IsEmpty

SizeF.IsEmpty property

Ruft einen Wert ab, der angibt, ob diesSizeF hat Null Breite und Höhe.

public bool IsEmpty { get; }

Rückgabewert

Diese Eigenschaft gibt true zurück, wenn thisSizeF hat sowohl eine Breite als auch eine Höhe von Null; andernfalls falsch.

Siehe auch