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 los valores de las propiedades X y Y de PositiveInfinity, así como los valores de las propiedades Width y Height de NegativeInfinity.

Comentarios

Esta estructura representa la proyección de .NET del struct de Windows Runtime (WinRTRect). 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 la API de .NET Framework.

Se aplica a