IsEmpty Property (C1Rect)
In This Topic
Gets a value that indicates whether the rectangle is the C1Rect.Empty rectangle.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
Property Value
true
if this instance is empty; otherwise,
false
.
See Also