In This Topic
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.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As Size
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty {get;}
See Also