SizeHelper.GetIsEmpty(Size) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 大小 是否等效于 空Size
。 C# 代码应改用 Size.IsEmpty。
public:
static bool GetIsEmpty(Size target);
static bool GetIsEmpty(Size const& target);
public static bool GetIsEmpty(Size target);
function getIsEmpty(target)
Public Shared Function GetIsEmpty (target As Size) As Boolean
参数
返回
Boolean
bool
如果指定的 大小 等效于 空Size
,则为 true
;否则,false
。
注解
请勿使用此方法测试零区域;具有零区域的大小不一定是 空 大小。 有关详细信息,请参阅 空 属性。