Determines whether this
Rectangle is invalid.
public bool IsInvalid {get;}
'Declaration
Public ReadOnly Property IsInvalid As Boolean
'Usage
Dim instance As Rectangle
Dim value As Boolean
value = instance.IsInvalid
Property Value
true
if this
Rectangle is invalid; otherwise,
false
.