RectangleF.IsEmpty
RectangleF.IsEmpty property
获取一个值,表示是否Width
或者Height
这个的属性RectangleF
值为零.
public bool IsEmpty { get; }
返回值
如果Width
或者Height
这个的属性RectangleF
值为零;否则,假的。
也可以看看
- struct RectangleF
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
获取一个值,表示是否Width
或者Height
这个的属性RectangleF
值为零.
public bool IsEmpty { get; }
如果Width
或者Height
这个的属性RectangleF
值为零;否则,假的。