IsEmpty Property (SizeInt)
Checks whether this
SizeInt structure has width and height of 0. This property returns true when this
SizeInt structure has both a width and height of 0; otherwise, false.
public bool IsEmpty {get;}
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As SizeInt
Dim value As Boolean
value = instance.IsEmpty