Rect.Empty プロパティ

定義

位置や領域を持たない四角形を表す特殊な値を取得します。

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

プロパティ値

XY および PositiveInfinity 値を持ち、WidthHeight および NegativeInfinity 値を持つ空の四角形。

注釈

この構造体は、Windows ランタイム (WinRT) Rect 構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの 「Rect 」を参照してください。

このメンバーの詳細については、<.NET Framework API リファレンスの「System.Windows.Rect.Empty?displayProperty=nameWithType>」を参照してください。

適用対象