Rectangle.IsEmpty

Rectangle.IsEmpty property

Ottiene un valore che indica se tutte le proprietà numeriche di thisRectangle hanno valori pari a zero.

public bool IsEmpty { get; }

Valore della proprietà

Questa proprietà restituisce true se ilWidth ,Height ,X , EY proprietà di questoRectangle hanno tutti valori pari a zero; altrimenti, falso.

Guarda anche