SizeF.IsEmpty プロパティ

定義

この SizeF 構造体の幅および高さが 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

プロパティ値

Boolean

true この SizeF 構造体の幅と高さの両方が 0 の場合は。それ以外の場合は false

属性

適用対象