IsEmpty Property (Rectangle)
In This Topic
Determines whether this
Rectangle is empty.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As Rectangle
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty {get;}
Property Value
true
if this
Rectangle is empty; otherwise,
false
.
See Also