言語

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プロパティ値を持ち、Widthのプロパティ値をHeightおよびNegativeInfinityする空の四角形。

注釈

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

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

適用対象