SizeF.IsEmpty

SizeF.IsEmpty property

Gets a value indicating whether this SizeF has zero width and height.

public bool IsEmpty { get; }

Return Value

This property returns true when this SizeF has both a width and height of zero; otherwise, false.

See Also