Int32Rect.IsEmpty 属性

定义

获取一个值,该值指示矩形是否为空。

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

属性值

Boolean

true 如果矩形为空,则为空;否则,为 false. 默认值是 true

适用于