Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / IsEmpty Property


In This Topic
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
See Also