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