PointF.IsEmpty

PointF.IsEmpty property

Gets a value indicating whether this PointF is empty.

public bool IsEmpty { get; }

Property Value

True if both X and Y are 0; otherwise, false.

See Also