Point.IsEmpty 属性
定义
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
属性值
如果 X 和 Y 均为 0,该值为 true
;否则为 false
。true
if both X and Y are 0; otherwise, false
.
- 属性