Point.IsEmpty 屬性

定義

取得值,指出這個 Point 是否為空的。

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

屬性值

如果 XY 都是 0,則為 true,否則為 false

屬性

適用於