Lenguaje

Rect.Empty Propiedad

Definición

Obtiene un valor especial que representa un rectángulo sin posición ni área.

public:
 static property Windows::Foundation::Rect Empty { Windows::Foundation::Rect get(); };
public static Windows.Foundation.Rect Empty { get; }
static member Empty : Windows.Foundation.Rect
Public Shared ReadOnly Property Empty As Rect

Valor de propiedad

Rectángulo vacío, que tiene X valores de propiedad y Y de PositiveInfinity, y tiene Width valores de propiedad y Height de NegativeInfinity.

Comentarios

Esta estructura representa la proyección .NET de la estructura Windows Runtime (WinRT) Rect. Para obtener más información, consulta Rect in the UWP API reference( Rect in the UWP API reference).

Para obtener más información sobre este miembro, vea <System. Windows. Rect.Empty?displayProperty=nameWithType> en la referencia de api de .NET Framework.

Se aplica a