Point.IsEmpty

Point.IsEmpty property

Gets a value indicating whether this Point is empty.

public bool IsEmpty { get; }

Return Value

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

See Also