IsEmpty Property
IsEmpty
Checks whether this Size structure has width and height of 0.
This property returns true when this Size structure has both a width and height of 0; otherwise, false.
Declaration
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean