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

属性

适用于