Property IsEmpty
IsEmpty
Gets a value indicating whether the Width or Height property of this RectangleF has a value of zero.
public bool IsEmpty { get; }
Property Value
- bool
This property returns true if the Width or Height property of this RectangleF has a value of zero; otherwise, false.