PointF.IsEmpty

PointF.IsEmpty property

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

public bool IsEmpty { get; }

Property Value

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

另请参见