Compartir a través de


SizeHelper.GetIsEmpty(Size) Método

Definición

Devuelve si un size de especificado es equivalente a un Tamaño vacío. El código de C# y Microsoft Visual Basic deben usar Size.IsEmpty en su lugar.

public:
 static bool GetIsEmpty(Size target);
 static bool GetIsEmpty(Size const& target);
public static bool GetIsEmpty(Size target);
function getIsEmpty(target)
Public Shared Function GetIsEmpty (target As Size) As Boolean

Parámetros

target
Size

El Tamaño de que se va a evaluar.

Devoluciones

Boolean

bool

true si el Tamaño de especificado es equivalente a un Tamaño vacío; de lo contrario, false.

Comentarios

No utilice este método para probar el área cero; un tamaño con un área cero no es necesariamente el tamaño vacío. Para obtener más información, consulte la propiedad Empty.

Se aplica a