RectangleF.IsEmpty 屬性

定義

會得到一個值,表示該Width性質的 or Height 值是否RectangleF為零。

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

屬性值

trueWidth此屬性Height的 或 RectangleF 值為零;否則, false

屬性

適用於