RectangleF.IsEmpty プロパティ

定義

この RectangleFWidth または Height プロパティの値がゼロかどうかを示す値を取得します。

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

プロパティ値

trueこの RectangleFWidth または Height プロパティの値が 0 の場合は 。それ以外の場合falseは 。

属性

適用対象