SizeF.IsEmpty

SizeF.IsEmpty property

Gets a value that indicates whether this SizeF structure has zero width and height.

public bool IsEmpty { get; }

Return Value

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

See Also