IsEmpty Property (RectangleD)
In This Topic
Gets a value indicating whether the
RectangleD.Width and
RectangleD.Height properties of the current
RectangleD structure have zero values.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
See Also