Point.IsEmpty

Point.IsEmpty property

获取一个值,指示此 Point 是否为空。

public bool IsEmpty { get; }

返回值

如果 XY 均为 0,则为 true;否则为 false。

另请参见