SizeF.IsEmpty

SizeF.IsEmpty property

Ottiene un valore che indica se thisSizeF ha larghezza e altezza pari a zero.

public bool IsEmpty { get; }

Valore di ritorno

Questa proprietà restituisce true quando thisSizeF ha sia una larghezza che un’altezza pari a zero; altrimenti, falso.

Guarda anche