RectangleFIsEmpty Property |
Gets a value indicating that the
Size of this rectangle is empty (either the width or height are zero)
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
member IsEmpty : bool with get
Property Value
Type:
BooleanSee Also