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