Rect.IsEmpty プロパティ

定義

四角形が Empty の四角形かどうかを示す値を取得します。

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

プロパティ値

四角形が Empty の四角形の場合は true。それ以外の場合は false

注釈

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

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

適用対象