Size.IsEmpty プロパティ

定義

この Size 構造体の幅および高さが 0 であるかどうかをテストします。

public:
 property bool IsEmpty { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsEmpty { get; }
public bool IsEmpty { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsEmpty : bool
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

プロパティ値

この Size 構造体の幅と高さの両方が 0 である場合、このプロパティは true を返します。それ以外の場合は false を返します。

属性

適用対象