SizeF.IsEmpty 屬性

定義

取得值,指出這個 SizeF 結構是否具有零的寬度和高度。

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 當這個 SizeF 結構同時有寬度和高度為零時,則為 ,否則為 false

屬性

適用於